]> git.pld-linux.org Git - packages/tellico.git/commitdiff
- make webcam bcond do something
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Apr 2019 14:57:13 +0000 (16:57 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Apr 2019 14:57:13 +0000 (16:57 +0200)
tellico.spec

index 11ba4b619429579fffe76733624924ace6c25a67..9f6eb71f4d982b991f075757c1fc05627f70db62 100644 (file)
@@ -74,7 +74,9 @@ księgozbiorów, archiwów wideo i audio.
 %setup -q
 
 %build
-%cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake . \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       %{cmake_on_off webcam ENABLE_WEBCAM}
 %{__make}
 
 %install
This page took 0.067892 seconds and 4 git commands to generate.