summaryrefslogtreecommitdiff
path: root/extra/glamor-egl/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
committerroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
commiteebfa6ebe1522831767019e496b0c094b2e15a5c (patch)
tree935fa3d9bddae6c8181a7025516e24875e35f9d2 /extra/glamor-egl/PKGBUILD
parent3ff20dedff636571ad0faa4736af5b23e4623ffe (diff)
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'extra/glamor-egl/PKGBUILD')
-rw-r--r--extra/glamor-egl/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/glamor-egl/PKGBUILD b/extra/glamor-egl/PKGBUILD
index 579f97b42..002ae2ace 100644
--- a/extra/glamor-egl/PKGBUILD
+++ b/extra/glamor-egl/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=glamor-egl
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc='OpenGL based 2D rendering acceleration library '
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -40,10 +40,11 @@ build() {
./configure --prefix=/usr \
--disable-static \
- --enable-glamor-gles2 \
--enable-glx-tls \
- #--help
+
+ #--help
+ #--enable-glamor-gles2 \ https://bugs.archlinux.org/task/34284
make
}