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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 1 07:41:37 UTC 2012


    Date: Sunday, July 1, 2012 @ 03:41:36
  Author: andyrtr
Revision: 162820

upgpkg: xf86-video-mach64 6.9.1-2

add optional support for DRI1; FS#30464

Modified:
  xf86-video-mach64/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-01 07:04:57 UTC (rev 162819)
+++ PKGBUILD	2012-07-01 07:41:36 UTC (rev 162820)
@@ -3,13 +3,15 @@
 
 pkgname=xf86-video-mach64
 pkgver=6.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org mach64 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('glibc')
 makedepends=('xorg-server-devel>=1.12.0')
+makedepends=('xorg-server-devel>=1.12.0' 'libdrm' 'xf86driproto' 'mesa')
+optdepends=('mach64-dri: DRI1 support from community repo')
 conflicts=('xorg-server<1.12.0')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
@@ -18,7 +20,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-dri
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list