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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 17 17:45:40 UTC 2021


    Date: Friday, September 17, 2021 @ 17:45:40
  Author: arojas
Revision: 424295

Add workaround to fix xcb-egl driver build with libglvnd 1.3.4

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-17 16:41:58 UTC (rev 424294)
+++ PKGBUILD	2021-09-17 17:45:40 UTC (rev 424295)
@@ -4,7 +4,7 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 pkgver=5.15.2+kde+r224
-pkgrel=1
+pkgrel=2
 _commit=aa36d950b5d817d1adf660eb54dacf0a1c16adde
 arch=('x86_64')
 url='https://www.qt.io'
@@ -71,7 +71,8 @@
     -no-mimetype-database \
     -no-use-gold-linker \
     -reduce-relocations \
-    -no-strip
+    -no-strip \
+    -DUSE_X11
   make
 }
 



More information about the arch-commits mailing list