]> git.pld-linux.org Git - packages/kde4-calligra.git/blame - calligra-exiv2.patch
- more exiv2 cmake fixing
[packages/kde4-calligra.git] / calligra-exiv2.patch
CommitLineData
ef39772c
AO
1diff -ruNp calligra-2.8.7.orig/CMakeLists.txt calligra-2.8.7/CMakeLists.txt
2--- calligra-2.8.7.orig/CMakeLists.txt 2014-11-30 15:02:18.000000000 +0100
3+++ calligra-2.8.7/CMakeLists.txt 2019-03-01 13:32:40.627835371 +0100
4@@ -438,8 +438,8 @@ macro_log_feature(QCA2_FOUND "QCA" "Qt C
5 ## Test for exiv2
6 ##
7 set(EXIV2_MIN_VERSION "0.16")
8-macro_optional_find_package(Exiv2)
9-macro_log_feature(EXIV2_FOUND "Exiv2" "Image metadata library and tools" "http://www.exiv2.org" FALSE "0.16" "Required by Krita")
10+macro_optional_find_package(exiv2)
c4e26cd2 11+macro_log_feature(exiv2_FOUND "exiv2" "Image metadata library and tools" "http://www.exiv2.org" FALSE "0.16" "Required by Krita")
ef39772c
AO
12
13 ##
14 ## Test for soprano
This page took 0.03872 seconds and 4 git commands to generate.