]> git.pld-linux.org Git - packages/remmina.git/commitdiff
actually disable secret/www plugins when bcond is disabled
authorJan Palus <atler@pld-linux.org>
Wed, 7 Jun 2023 20:39:02 +0000 (22:39 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 7 Jun 2023 20:39:02 +0000 (22:39 +0200)
remmina.spec

index 0c232fe75e23f70977ade386d16504a2f8adcd47..c5dc7834e914e3303a700065c3552dce822030a1 100644 (file)
@@ -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}
This page took 0.45529 seconds and 4 git commands to generate.