diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-02 21:45:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-02 21:45:22 -0300 |
commit | 1f31420f313381bbb03fdc934348f5606134191c (patch) | |
tree | 217f5f6da0acef84ca46e3308eff01a57ae6baaa /extra/xf86-video-sis/PKGBUILD | |
parent | 0ca20230bdd33f8e07d2da28bec74c5e685650e9 (diff) | |
parent | 20bf19bd85f0a70a575491c17aa7354c1a8fd97d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
multilib-testing/gcc-multilib/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
staging/mpd/PKGBUILD
testing/gcc/PKGBUILD
Diffstat (limited to 'extra/xf86-video-sis/PKGBUILD')
-rw-r--r-- | extra/xf86-video-sis/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/xf86-video-sis/PKGBUILD b/extra/xf86-video-sis/PKGBUILD index fcf4c1393..26d4bb96d 100644 --- a/extra/xf86-video-sis/PKGBUILD +++ b/extra/xf86-video-sis/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 154202 2012-03-24 10:11:20Z jgc $ +# $Id: PKGBUILD 162832 2012-07-01 07:57:45Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xf86-video-sis pkgver=0.10.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.org SiS video driver" arch=(i686 x86_64 'mips64el') 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 @@ sha256sums=('4e841080ea524f37d887ef4ee50df5b9f7f5b417abddc9eb8ddad19128c0b10d') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-dri + ./configure --prefix=/usr make } |