[packages/remmina] actually disable secret/www plugins when bcond is disabled

atler atler at pld-linux.org
Wed Jun 7 22:57:48 CEST 2023


commit 210b556d1d27c9f97fb4c8572cff9508d5cbbcd3
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jun 7 22:39:02 2023 +0200

    actually disable secret/www plugins when bcond is disabled

 remmina.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/remmina.spec b/remmina.spec
index 0c232fe..c5dc783 100644
--- a/remmina.spec
+++ b/remmina.spec
@@ -199,11 +199,12 @@ cd build
 	-DWITH_GCRYPT=ON \
 	-DWITH_GETTEXT=ON \
 	-DWITH_ICON_CACHE=OFF \
-	-DWITH_LIBSECRET=ON \
+	%{cmake_on_off secret WITH_LIBSECRET} \
 	%{cmake_on_off vnc WITH_LIBVNCSERVER} \
 	%{cmake_on_off spice WITH_SPICE} \
 	-DWITH_UPDATE_DESKTOP_DB=OFF \
 	%{cmake_on_off vte WITH_VTE} \
+	%{cmake_on_off www WITH_WWW} \
 	..
 
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/remmina.git/commitdiff/8aba2acf2cff75b00912cd335078687305b300e7



More information about the pld-cvs-commit mailing list