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

Laurent Carlier lcarlier at archlinux.org
Sun Aug 3 12:32:39 UTC 2014


    Date: Sunday, August 3, 2014 @ 14:32:37
  Author: lcarlier
Revision: 218708

upgpkg: mesa 10.2.5-1

properly fix FS#41337

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-03 12:30:00 UTC (rev 218707)
+++ PKGBUILD	2014-08-03 12:32:37 UTC (rev 218708)
@@ -32,8 +32,8 @@
     --enable-llvm-shared-libs \
     --enable-egl \
     --disable-gallium-egl \
+    --disable-gallium-gbm \
     --enable-gbm \
-    --enable-gallium-gbm \
     --enable-gallium-llvm \
     --enable-shared-glapi \
     --enable-glx-tls \
@@ -52,6 +52,7 @@
 
     # --help
     # --disable-gallium-egl : not well maintained/expose more bugs, so prefer egl_dri2 (FS#40096)
+    # --disable-gallium-gbm : FS#41337 only useful with gallium-egl
 
   make
 




More information about the arch-commits mailing list