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

List:       kde-commits
Subject:    KDE/kdebindings/ruby
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2010-05-02 13:31:44
Message-ID: 20100502133144.70E34AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1121850 by neundorf:

-add the soprano include dir, otherwise Soprano/Node is not found (see \
http://my.cdash.org/viewBuildError.php?buildid=63783)

Alex



 M  +3 -2      CMakeLists.txt  
 M  +1 -1      nepomuk/CMakeLists.txt  


--- trunk/KDE/kdebindings/ruby/CMakeLists.txt #1121849:1121850
@@ -65,10 +65,11 @@
     set(ENABLED_RUBY_MODULES "${ENABLED_RUBY_MODULES}, KDevPlatform")
 endif(KDEVPLATFORM_FOUND)
 
-if(Nepomuk_FOUND)
+# For nepomuk, we also must have found soprano, since soprano headers are used:
+if(Nepomuk_FOUND  AND  Soprano_FOUND)
     add_subdirectory( nepomuk )
     set(ENABLED_RUBY_MODULES "${ENABLED_RUBY_MODULES}, Nepomuk")
-endif(Nepomuk_FOUND)
+endif(Nepomuk_FOUND  AND  Soprano_FOUND)
 
 if(OKULAR_FOUND)
     add_subdirectory( okular )
--- trunk/KDE/kdebindings/ruby/nepomuk/CMakeLists.txt #1121849:1121850
@@ -1,5 +1,5 @@
 include_directories( ${CMAKE_SOURCE_DIR}/smoke ${RUBY_INCLUDE_DIRS} \
                ${CMAKE_SOURCE_DIR}/ruby/qtruby/src)
-INCLUDE_DIRECTORIES (${QT_INCLUDES})
+include_directories (${SOPRANO_INCLUDE_DIR} ${QT_INCLUDES})
 
 set(rubynepomuk_LIBRARY_SRC nepomuk.cpp nepomukhandlers.cpp)
 


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

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