]> git.pld-linux.org Git - packages/kde4-calligra.git/blob - calligra-exiv2.patch
- fix name of cmake package (Exiv2 -> exiv2)
[packages/kde4-calligra.git] / calligra-exiv2.patch
1 diff -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)
11 +macro_log_feature(EXIV2_FOUND "exiv2" "Image metadata library and tools" "http://www.exiv2.org" FALSE "0.16" "Required by Krita")
12  
13  ##
14  ## Test for soprano
This page took 0.027615 seconds and 4 git commands to generate.