[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kimageshop
Subject:    koffice
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2009-12-07 18:30:54
Message-ID: 1260210654.109123.864.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1059942 by berger:

krita/trunk now requires KDE 4.3.x

CCMAIL:kimageshop@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)
_______________________________________________
kimageshop mailing list
kimageshop@kde.org
https://mail.kde.org/mailman/listinfo/kimageshop
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic