summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drkonqi/CMakeLists.txt1
-rw-r--r--nsplugins/viewer/CMakeLists.txt1
-rw-r--r--tdm/backend/CMakeLists.txt4
-rw-r--r--twin/compton-tde/CMakeLists.txt14
4 files changed, 20 insertions, 0 deletions
diff --git a/drkonqi/CMakeLists.txt b/drkonqi/CMakeLists.txt
index d335789b8..a2b643909 100644
--- a/drkonqi/CMakeLists.txt
+++ b/drkonqi/CMakeLists.txt
@@ -23,6 +23,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${LIBR_LIBRARY_DIRS}
)
diff --git a/nsplugins/viewer/CMakeLists.txt b/nsplugins/viewer/CMakeLists.txt
index e3149cadb..08a3778d7 100644
--- a/nsplugins/viewer/CMakeLists.txt
+++ b/nsplugins/viewer/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${GLIB2_LIBRARY_DIRS}
)
diff --git a/tdm/backend/CMakeLists.txt b/tdm/backend/CMakeLists.txt
index bece8be72..8f11c4b34 100644
--- a/tdm/backend/CMakeLists.txt
+++ b/tdm/backend/CMakeLists.txt
@@ -16,10 +16,14 @@ include_directories(
${CMAKE_BINARY_DIR}
${DBUS_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/tdm/kfrontend
+ ${XAU_INCLUDE_DIRS}
+ ${XDMCP_INCLUDE_DIRS}
)
link_directories(
${DBUS_LIBRARY_DIRS}
+ ${XAU_LIBRARY_DIRS}
+ ${XDMCP_LIBRARY_DIRS}
)
##### tdm (executable) ##########################
diff --git a/twin/compton-tde/CMakeLists.txt b/twin/compton-tde/CMakeLists.txt
index ebaf38f33..d432b533f 100644
--- a/twin/compton-tde/CMakeLists.txt
+++ b/twin/compton-tde/CMakeLists.txt
@@ -20,6 +20,20 @@ include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${DBUS_INCLUDE_DIRS}
+ ${LIBCONFIG_INCLUDE_DIRS}
+ ${XINERAMA_INCLUDE_DIRS}
+ ${XRANDR_INCLUDE_DIRS}
+ ${GL_INCLUDE_DIRS}
+ ${LIBPCRE_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${DBUS_LIBRARY_DIRS}
+ ${LIBCONFIG_LIBRARY_DIRS}
+ ${XINERAMA_LIBRARY_DIRS}
+ ${XRANDR_LIBRARY_DIRS}
+ ${GL_LIBRARY_DIRS}
+ ${LIBPCRE_LIBRARY_DIRS}
)