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

List:       koffice-devel
Subject:    koffice
From:       Thomas Zander <zander () kde ! org>
Date:       2008-12-30 16:16:11
Message-ID: 1230653771.863634.8987.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 903480 by zander:

Kexi has some issues being build correctly on unixs too often; so its now disabled
from compile by default.
The already existing cmake feature of disabling a dir like kword by calling cmake \
                with
    -DBUILD_kword=false
now works in reverse (different default) for kexi; using the following cmake argument
    -DBUILD_kexi=true
makes kexi be compiled.

CCMAIL:koffice-devel@kde.org

 M  +6 -3      CMakeLists.txt  


--- trunk/koffice/CMakeLists.txt #903479:903480
@@ -210,9 +210,12 @@
 
 macro_log_feature(BZIP2_EXECUTABLE "bzip2" "bzip2 program is necessary to compile \
kexi. kexi will not be built" "http://www.bzip.org" FALSE "")  
-if( BZIP2_EXECUTABLE )
-  macro_optional_add_subdirectory(kexi)
-endif( BZIP2_EXECUTABLE )
+OPTION(BUILD_kexi "Build kexi" FALSE)
+if(BUILD_kexi)
+    if( BZIP2_EXECUTABLE )
+        macro_optional_add_subdirectory(kexi)
+    endif( BZIP2_EXECUTABLE )
+endif(BUILD_kexi)
 
 macro_optional_add_subdirectory(kformula)
 macro_optional_add_subdirectory(kivio)
_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel


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

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