[packages/remmina] - actually use cmake_on_off
adamg
adamg at pld-linux.org
Sun Mar 24 13:42:27 CET 2019
commit 1c5458ab06c73ad99f40937debc3763e40a26d22
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Sun Mar 24 13:36:31 2019 +0100
- actually use cmake_on_off
remmina.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/remmina.spec b/remmina.spec
index 859eb1b..0710143 100644
--- a/remmina.spec
+++ b/remmina.spec
@@ -170,13 +170,12 @@ mkdir -p build
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DWITH_APPINDICATOR=ON \
-DWITH_AVAHI=ON \
- -DWITH_FREERDP=ON \
+ %{cmake_on_off rdp FREERDP} \
-DWITH_GCRYPT=ON \
-DWITH_GETTEXT=ON \
-DWITH_LIBSSH=ON \
- -DWITH_SPICE=ON \
- -DWITH_TELEPATHY=ON \
- -DWITH_VTE=ON \
+ %{cmake_on_off spice SPICE} \
+ %{cmake_on_off vte VTE} \
.
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/remmina.git/commitdiff/6f8d79303ff9a5292493c2fb3aae6f09aaaedbd0
More information about the pld-cvs-commit
mailing list