mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/xf86-video-armsoc-chromium fix
This commit is contained in:
parent
385525f50e
commit
93c315a19f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue