summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Lane <laney@debian.org>2019-07-25 17:11:01 +0100
committerIain Lane <laney@debian.org>2019-07-25 17:11:01 +0100
commit98e96a6b1a93889009f0137d3e44fdbb69637358 (patch)
treeabfbfc72f9f84fa45d131a2d80fc91243b178fa0
parent5cec3203cbce2b0997a54cbdffb3e673badeb13a (diff)
downloadevolution-data-server-wip/ecal-gir-search-path.tar.gz
ecal: Add camel and libedataserver to the library search path for the girwip/ecal-gir-search-path
They are needed to build it
-rw-r--r--src/calendar/libecal/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/calendar/libecal/CMakeLists.txt b/src/calendar/libecal/CMakeLists.txt
index 304b76484..58cf6fc1a 100644
--- a/src/calendar/libecal/CMakeLists.txt
+++ b/src/calendar/libecal/CMakeLists.txt
@@ -124,7 +124,10 @@ set(gir_cflags
-I${CMAKE_BINARY_DIR}/src/calendar
-I${CMAKE_SOURCE_DIR}/src/calendar
)
-set(gir_libdirs)
+set(gir_libdirs
+ ${CMAKE_BINARY_DIR}/src/camel
+ ${CMAKE_BINARY_DIR}/src/libedataserver
+)
set(gir_libs ecal)
set(gir_deps
${CMAKE_BINARY_DIR}/src/camel/Camel-${API_VERSION}.gir