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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 1 07:57:08 UTC 2012


    Date: Sunday, July 1, 2012 @ 03:57:07
  Author: andyrtr
Revision: 162831

upgpkg: xf86-video-sis 0.10.4-2

add optional support for DRI1; FS#30464

Modified:
  xf86-video-sis/trunk/PKGBUILD

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

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




More information about the arch-commits mailing list