Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 28647ab32273f0fad32304b13947045e > files > 2

tellico-3.0.2-1.2.mga6.src.rpm

diff -Nru a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2017-02-21 02:09:22.000000000 +0100
+++ b/CMakeLists.txt	2017-02-26 07:22:54.439164108 +0100
@@ -106,9 +106,9 @@
 
 # Use pkg-config just to check QImageBlitz library version since CMake doesn't
 # can't just use pkg-config because qimageblitz.pc doesn't seem to have correct includes and linking
-pkg_check_modules (QImageBlitz qimageblitz>=5.0)
+pkg_check_modules (QImageBlitz qimageblitz5)
 if(QImageBlitz_FOUND)
-    find_package(QImageBlitz 5.0)
+    find_package(QImageBlitz 5.0.0)
     set_package_properties(QImageBlitz PROPERTIES
         DESCRIPTION "Support for image gradients in the default template"
         URL "http://api.kde.org/kdesupport-api/kdesupport-apidocs/qimageblitz/html/"