mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/gst-imx fix
This commit is contained in:
parent
fe808743d4
commit
474a26e6d3
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ build() {
|
||||||
python2 waf configure --prefix=/usr \
|
python2 waf configure --prefix=/usr \
|
||||||
--with-package-name="GStreamer plugins for i.MX platforms" \
|
--with-package-name="GStreamer plugins for i.MX platforms" \
|
||||||
--with-package-origin="https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/gst-imx" \
|
--with-package-origin="https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/gst-imx" \
|
||||||
--egl-platform=fb
|
--egl-platform=fb \
|
||||||
|
--kernel-headers=/usr/include
|
||||||
|
|
||||||
python2 waf build $MAKEFLAGS
|
python2 waf build $MAKEFLAGS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue