alarm/xf86-video-armsoc-chromium fix

This commit is contained in:
Kevin Mihelich 2014-07-29 12:31:17 +00:00
parent 385525f50e
commit 93c315a19f

View file

@ -35,7 +35,7 @@ build() {
cd $pkgname
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
./autogen.sh --prefix=/usr --with-drmmode=exynos
./autogen.sh --prefix=/usr --with-driver=exynos
make
}