[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Mar 10 10:25:06 UTC 2013


    Date: Sunday, March 10, 2013 @ 11:25:06
  Author: andyrtr
Revision: 179835

upgpkg: xf86-video-ati 1:7.1.0-3

enable glamor support; FS#34236

Modified:
  xf86-video-ati/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-10 10:17:32 UTC (rev 179834)
+++ PKGBUILD	2013-03-10 10:25:06 UTC (rev 179835)
@@ -5,12 +5,12 @@
 pkgname=xf86-video-ati
 pkgver=7.1.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('libdrm>=2.4.41' 'systemd-tools' 'ati-dri')
+depends=('libdrm>=2.4.41' 'systemd-tools' 'ati-dri' 'glamor-egl')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 'scrnsaverproto')
 conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 'X-ABI-VIDEODRV_VERSION>=15')
 groups=('xorg-drivers' 'xorg')
@@ -20,7 +20,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --enable-glamor
   make
 }
 




More information about the arch-commits mailing list