KDE/kdelibs/cmake/modules

Michael Jansen kde at michael-jansen.biz
Mon Apr 20 21:21:50 CEST 2009


SVN commit 956855 by mjansen:

If kdesupport is installed to a place != /usr /usr/local and whatever
SHARE_INSTALL_PREFIX contains, soprano is found. BUT the plugins not.

Fix that. I have no idea if there are other variations needed.

CCMAIL:kde-buildsystem at kde.org

 M  +4 -0      FindSoprano.cmake  


--- trunk/KDE/kdelibs/cmake/modules/FindSoprano.cmake #956854:956855
@@ -123,6 +123,9 @@
     endif(SOPRANO_VERSION_MATCH)
   endif(Soprano_FOUND)
   
+
+  message(${SOPRANO_INCLUDE_DIR})
+
   #look for parser plugins
   if(Soprano_FOUND)
     find_path(SOPRANO_PLUGIN_DIR 
@@ -130,6 +133,7 @@
       soprano/plugins
       PATHS
       ${SHARE_INSTALL_PREFIX} /usr/share /usr/local/share
+      ${SOPRANO_INCLUDE_DIR}/../share
       NO_DEFAULT_PATH
       NO_SYSTEM_ENVIRONMENT_PATH
       )


More information about the Kde-buildsystem mailing list