koffice

Cyrille Berger cyb at lepi.org
Mon Dec 7 19:30:54 CET 2009


SVN commit 1059942 by berger:

krita/trunk now requires KDE 4.3.x

CCMAIL:kimageshop at kde.org


 M  +7 -2      CMakeLists.txt  


--- trunk/koffice/CMakeLists.txt #1059941:1059942
@@ -82,6 +82,11 @@
 include (MacroAdditionalCleanFiles)
 include (MacroAddFileDependencies)
 
+#
+# Test for KDE >= 4.3.0
+#
+macro_ensure_version( "4.3.0" ${KDE_VERSION} KDE4_3_0 )
+
  ###########################
 ############################
 ## Required dependencies  ##
@@ -350,9 +355,9 @@
 endif(NOT BZIP2_EXECUTABLE )
 
 ### Krita: pigment, blitz, eigen2, exiv2
-if(NOT BUILD_pigment OR NOT BLITZ_FOUND OR NOT EIGEN2_FOUND OR NOT EXIV2_FOUND)
+if(NOT BUILD_pigment OR NOT BLITZ_FOUND OR NOT EIGEN2_FOUND OR NOT EXIV2_FOUND OR NOT KDE4_3_0)
    set(SHOULD_BUILD_KRITA FALSE)
-endif(NOT BUILD_pigment OR NOT BLITZ_FOUND OR NOT EIGEN2_FOUND OR NOT EXIV2_FOUND)
+endif(NOT BUILD_pigment OR NOT BLITZ_FOUND OR NOT EIGEN2_FOUND OR NOT EXIV2_FOUND OR NOT KDE4_3_0)
 
 ### KPlato: kdepimlibs
 if(NOT KdepimLibs_FOUND)


More information about the kimageshop mailing list