[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Dec 21 21:51:08 UTC 2014
Date: Sunday, December 21, 2014 @ 22:51:08
Author: heftig
Revision: 227915
DRI3 is disabled by default and Glamor has been removed
Modified:
xf86-video-intel/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-21 19:02:53 UTC (rev 227914)
+++ PKGBUILD 2014-12-21 21:51:08 UTC (rev 227915)
@@ -28,10 +28,7 @@
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib \
- --enable-glamor \
- --disable-dri3
+ ./configure --prefix=/usr --libexecdir=/usr/lib
make
}
More information about the arch-commits
mailing list