mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
199cc0ce51
Notice that this is *not* downgrade. This is a new project recently renamed from telepathy-qt4 (the old telepathy-qt seems to be dead). svn path=/nixpkgs/trunk/; revision=33046
25 lines
986 B
Diff
25 lines
986 B
Diff
diff --git a/TelepathyQt/Farsight/CMakeLists.txt b/TelepathyQt/Farsight/CMakeLists.txt
|
|
index 89ec354..376f3cc 100644
|
|
--- a/TelepathyQt/Farsight/CMakeLists.txt
|
|
+++ b/TelepathyQt/Farsight/CMakeLists.txt
|
|
@@ -1,5 +1,7 @@
|
|
if(FARSIGHT_COMPONENTS_FOUND)
|
|
include_directories(${TELEPATHY_FARSIGHT_INCLUDE_DIR}
|
|
+ ${TELEPATHY_GLIB_INCLUDE_DIR}
|
|
+ ${DBUS_GLIB_INCLUDE_DIRS}
|
|
${GSTREAMER_INCLUDE_DIR}
|
|
${GLIB2_INCLUDE_DIR}
|
|
${LIBXML2_INCLUDE_DIR}
|
|
diff --git a/tests/lib/glib-helpers/CMakeLists.txt b/tests/lib/glib-helpers/CMakeLists.txt
|
|
index bc75234..31cc833 100644
|
|
--- a/tests/lib/glib-helpers/CMakeLists.txt
|
|
+++ b/tests/lib/glib-helpers/CMakeLists.txt
|
|
@@ -3,6 +3,7 @@ include_directories(
|
|
${TELEPATHY_GLIB_INCLUDE_DIR}
|
|
${GLIB2_INCLUDE_DIR}
|
|
${GOBJECT_INCLUDE_DIR}
|
|
+ ${DBUS_GLIB_INCLUDE_DIRS}
|
|
${DBUS_INCLUDE_DIR})
|
|
|
|
add_definitions(-DQT_NO_KEYWORDS)
|