]> git.pld-linux.org Git - packages/digikam.git/commitdiff
- avoid building libraries already provided by kde libraries
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Feb 2013 08:07:08 +0000 (09:07 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Feb 2013 08:07:08 +0000 (09:07 +0100)
digikam.spec

index b4e85311c332e20202df5506f07d61e1fbeab2d8..41777be53f271dc872451dcc119540f915d70df7 100644 (file)
@@ -81,12 +81,16 @@ Interfejs KDE do gphoto2 - pliki nagłówkowe.
 %setup -q
 %patch0 -p1
 
+# use kde one
+mv cmake/modules/FindKipi.cmake cmake/modules/FindKipi.cmake.ORIG
+
 %build
 install -d build
 cd build
 %cmake \
        -DSERVERCMD_MYSQL=%{_sbindir}/mysqld \
        -DENABLE_RAWSPEED=ON \
+       -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
        ../
 
 %{__make}
This page took 0.042369 seconds and 4 git commands to generate.