]> git.pld-linux.org Git - packages/remmina.git/commitdiff
- actually use cmake_on_off
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 24 Mar 2019 12:36:31 +0000 (13:36 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 24 Mar 2019 12:36:31 +0000 (13:36 +0100)
remmina.spec

index 859eb1bde201c68281433368d719dca70c512af6..07101438c3dff7c780200e93b154740db3b3240e 100644 (file)
@@ -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}
This page took 0.256063 seconds and 4 git commands to generate.