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

Laurent Carlier lcarlier at archlinux.org
Sun Oct 6 11:32:48 UTC 2019


    Date: Sunday, October 6, 2019 @ 11:32:47
  Author: lcarlier
Revision: 363932

upgpkg: mesa-demos 8.4.0-2

disable building of gles1 demos (FS#64032)

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 10:55:29 UTC (rev 363931)
+++ PKGBUILD	2019-10-06 11:32:47 UTC (rev 363932)
@@ -3,7 +3,7 @@
 
 pkgname='mesa-demos'
 pkgver=8.4.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="Mesa demos and tools incl. glxinfo + glxgears"
 url="https://www.mesa3d.org/"
@@ -20,6 +20,7 @@
 build() {
   cd mesa-demos-$pkgver
   ./configure --prefix=/usr \
+    --disable-gles1 \
     --with-system-data-files=/usr/share/mesa-demos
   make
 }



More information about the arch-commits mailing list