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

List:       kde-commits
Subject:    koffice/filters/krita
From:       Sven Langkamp <sven.langkamp () gmail ! com>
Date:       2007-08-18 0:28:14
Message-ID: 1187396894.739505.23412.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 701318 by langkamp:

disabled tiff and openexr filter as the don't compile at the moment

 M  +2 -2      CMakeLists.txt  


--- trunk/koffice/filters/krita/CMakeLists.txt #701317:701318
@@ -22,7 +22,7 @@
 endif(JPEG_FOUND AND EXIV2_FOUND)
 
 if(TIFF_FOUND )
-	add_subdirectory(tiff)
+#	add_subdirectory(tiff)
 else(TIFF_FOUND)
   message(STATUS "Could not find the Tiff library. The Krita TIFF filter will not be built.")
 endif(TIFF_FOUND )
@@ -34,7 +34,7 @@
 endif(PNG_FOUND)
 
 if(OPENEXR_FOUND)
-    add_subdirectory(openexr)
+#    add_subdirectory(openexr)
 else(OPENEXR_FOUND)
   message(STATUS "Could not find the OpenEXR library. The Krita EXR filter will not be built.")
 endif(OPENEXR_FOUND)
[prev in list] [next in list] [prev in thread] [next in thread] 

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