[packages/wayland] don't build tests (conflicts with -DNDEBUG)

atler atler at pld-linux.org
Tue Jul 8 02:02:20 CEST 2025


commit 4f9f9555036fe60d6ebf29edea76a9d01f926d89
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jul 8 02:00:11 2025 +0200

    don't build tests (conflicts with -DNDEBUG)

 wayland.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/wayland.spec b/wayland.spec
index 3b1aade..aa8e2d6 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -133,7 +133,8 @@ Dokumentacja API biblioteki oraz protokołu Wayland.
 %build
 %meson \
 	%{!?with_apidocs:-Ddocumentation=false} \
-	%{!?with_static_libs:--default-library=shared}
+	%{!?with_static_libs:--default-library=shared} \
+	-Dtests=false
 
 %meson_build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/2f041a5c3822f1f17e6a0d39e7d33b703e7c47d9



More information about the pld-cvs-commit mailing list