[evolution-data-server] M!30 - ecal: Add camel and libedataserver to the library search path for the gir



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

    M!30 - ecal: Add camel and libedataserver to the library search path for the gir
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/30

 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]