summaryrefslogtreecommitdiffstats
path: root/main/xf86-video-ati
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-09-14 20:30:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-15 07:38:05 +0000
commit2ba05c483c3b74eba64a8b09f9e24406a1b7f1c6 (patch)
tree79b409c53cbd4f7913a0c10c0149fe2ebc7d451f /main/xf86-video-ati
parentcb29fda6a1bf93a8c7c918b5033b9bcbe2ce4048 (diff)
downloadaports-2ba05c483c3b74eba64a8b09f9e24406a1b7f1c6.tar.bz2
aports-2ba05c483c3b74eba64a8b09f9e24406a1b7f1c6.tar.xz
xf86-video-ati: disable glamor and enable dri and kms again
Diffstat (limited to 'main/xf86-video-ati')
-rw-r--r--main/xf86-video-ati/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD
index 8ac7111e8..a4d4af8f4 100644
--- a/main/xf86-video-ati/APKBUILD
+++ b/main/xf86-video-ati/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
pkgver=7.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="ATI video driver"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -10,7 +10,7 @@ subpackages="$pkgname-doc"
depends="mesa-dri-ati"
makedepends="pkgconfig xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto libdrm-dev xf86driproto glproto mesa-dev
- xineramaproto udev-dev pixman-dev glamor-egl-dev
+ xineramaproto udev-dev pixman-dev
"
source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
@@ -34,6 +34,9 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+ --enable-dri \
+ --enable-kms \
+ --disable-glamor \
|| return 1
make || return 1
}