[evolution-data-server] I#7 - Missing build dependency for gdbus-codegen on input .xml file



commit 9108c51578e63584e5eb5f0dfdadb04fdf05c000
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 11 10:08:10 2018 +0200

    I#7 - Missing build dependency for gdbus-codegen on input .xml file
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/7

 cmake/modules/GLibTools.cmake | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/cmake/modules/GLibTools.cmake b/cmake/modules/GLibTools.cmake
index f0be5586d..d40953c4f 100644
--- a/cmake/modules/GLibTools.cmake
+++ b/cmake/modules/GLibTools.cmake
@@ -175,6 +175,7 @@ function(gdbus_codegen_custom _xml _interface_prefix _c_namespace _files_prefix
                        --generate-docbook ${_files_prefix}
                        ${_args}
                        ${CMAKE_CURRENT_SOURCE_DIR}/${_xml}
+               MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/${_xml}
                VERBATIM
        )
 endfunction(gdbus_codegen_custom)


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