[PATCH] Fix build of krunner
George Moody
george at georgemoody.co.uk
Mon Nov 5 16:25:13 GMT 2007
On a clean SVN checkout today, kdebase/workspace/krunner failed to build as
the include file kgreeterplugin.h was not being found during the build of
krunner/lock/lockprocess
File changed was kdebase/workspace/krunner/CMakeLists.txt to add the
appropriate include directory for kgreeterplugin.h
Regards
George
-------------- next part --------------
Index: kdebase/workspace/krunner/CMakeLists.txt
===================================================================
--- kdebase/workspace/krunner/CMakeLists.txt (revision 733096)
+++ kdebase/workspace/krunner/CMakeLists.txt (working copy)
@@ -1,7 +1,7 @@
#KDE4_NO_ENABLE_FINAL(krunner)
macro_bool_to_01(X11_Xscreensaver_FOUND HAVE_XSCREENSAVER)
-include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/ksysguard ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/kworkspace)
+include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/ksysguard ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/kworkspace ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/kdm)
configure_file(config-xautolock.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xautolock.h)
More information about the kde-core-devel
mailing list