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

Anatol Pomozov anatolik at archlinux.org
Thu Feb 20 22:06:57 UTC 2020


    Date: Thursday, February 20, 2020 @ 22:06:53
  Author: anatolik
Revision: 375965

FS#65562 do not compile tests to avoid pulling unneeded compile-time dependencies

Modified:
  virglrenderer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 22:02:26 UTC (rev 375964)
+++ PKGBUILD	2020-02-20 22:06:53 UTC (rev 375965)
@@ -16,7 +16,7 @@
 
 build() {
   cd virglrenderer-$_tag
-  meson --prefix=/usr -Dtests=true build
+  meson --prefix=/usr build # -Dtests=true
   ninja -C build
 }
 



More information about the arch-commits mailing list