[evolution-data-server/wip/ecal-gir-search-path] ecal: Add camel and libedataserver to the library search path for the gir



commit 98e96a6b1a93889009f0137d3e44fdbb69637358
Author: Iain Lane <laney debian org>
Date:   Thu Jul 25 17:11:01 2019 +0100

    ecal: Add camel and libedataserver to the library search path for the gir
    
    They are needed to build it

 src/calendar/libecal/CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]