[evolution-data-server] Bug 773360 - Prefer in-tree libraries when scanning introspection data
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 773360 - Prefer in-tree libraries when scanning introspection data
- Date: Mon, 24 Oct 2016 17:04:13 +0000 (UTC)
commit 507728b3c066f6e53d8d16506fb69755a71af6d3
Author: Milan Crha <mcrha redhat com>
Date: Mon Oct 24 19:03:57 2016 +0200
Bug 773360 - Prefer in-tree libraries when scanning introspection data
cmake/modules/GObjectIntrospection.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cmake/modules/GObjectIntrospection.cmake b/cmake/modules/GObjectIntrospection.cmake
index 5509192..cf23529 100644
--- a/cmake/modules/GObjectIntrospection.cmake
+++ b/cmake/modules/GObjectIntrospection.cmake
@@ -202,13 +202,13 @@ macro(gir_add_introspection_simple gir_library pkg_export_prefix gir_library_ver
--add-include-path=${CMAKE_SOURCE_DIR}/src
--add-include-path=${CMAKE_CURRENT_BINARY_DIR}
--add-include-path=${CMAKE_CURRENT_SOURCE_DIR}
- --library-path=${LIB_INSTALL_DIR}
--library-path=${CMAKE_BINARY_DIR}
--library-path=${CMAKE_BINARY_DIR}/src
--library-path=${CMAKE_CURRENT_BINARY_DIR}
${_gir_extra_libdirs}
${_gir_identifies_prefixes}
${_gir_deps}
+ --library-path=${LIB_INSTALL_DIR}
--pkg-export ${pkg_export_prefix}-${gir_library_version}
--c-include=${c_include}
--cflags-begin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]