[arch-commits] Commit in mesa/trunk (PKGBUILD)

Laurent Carlier lcarlier at nymeria.archlinux.org
Mon Apr 28 15:42:35 UTC 2014


    Date: Monday, April 28, 2014 @ 17:42:35
  Author: lcarlier
Revision: 211881

upgpkg: mesa 10.1.1-2

disable gallium egl backend, so prefer dri2 backend (FS#40096)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-28 15:36:56 UTC (rev 211880)
+++ PKGBUILD	2014-04-28 15:42:35 UTC (rev 211881)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=10.1.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
              'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd')
@@ -37,11 +37,12 @@
     --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
     --with-egl-platforms=x11,drm,wayland \
     --with-llvm-shared-libs \
+    --enable-egl \
+    --disable-gallium-egl \
+    --enable-gbm \
+    --enable-gallium-gbm \
     --enable-gallium-llvm \
-    --enable-egl \
-    --enable-gallium-egl \
     --enable-shared-glapi \
-    --enable-gbm \
     --enable-glx-tls \
     --enable-dri \
     --enable-glx \
@@ -53,6 +54,7 @@
     --enable-vdpau \
     --enable-dri3
     # --help
+    # --disable-gallium-egl : not well maintained/expose less bug, so prefer egl_dri2 (FS#40096)
 
   make
 




More information about the arch-commits mailing list