alarm/gst-imx fix

This commit is contained in:
Kevin Mihelich 2014-09-22 13:56:07 +00:00
parent fe808743d4
commit 474a26e6d3

View file

@ -26,7 +26,8 @@ build() {
python2 waf configure --prefix=/usr \
--with-package-name="GStreamer plugins for i.MX platforms" \
--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
}