gnucash master: Add scm-core-utils as dependency of scm-engine-1.

John Ralls jralls at code.gnucash.org
Mon Jun 1 16:43:37 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/54859eaf (commit)
	from  https://github.com/Gnucash/gnucash/commit/ff807556 (commit)



commit 54859eaf5ba0170a6560b3fcad6dfbb9775404c8
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 1 13:43:28 2020 -0700

    Add scm-core-utils as dependency of scm-engine-1.
    
    Fixes build failure reported on gnucash-devel.

diff --git a/bindings/guile/CMakeLists.txt b/bindings/guile/CMakeLists.txt
index 2acf9f93c..fc3ccf73e 100644
--- a/bindings/guile/CMakeLists.txt
+++ b/bindings/guile/CMakeLists.txt
@@ -111,7 +111,7 @@ gnc_add_scheme_targets(scm-engine-0
 gnc_add_scheme_targets(scm-engine-1
     SOURCES "${engine_SCHEME_1}"
     OUTPUT_DIR gnucash
-    DEPENDS "scm-engine-0;${GUILE_DEPENDS}")
+    DEPENDS "scm-core-utils;scm-engine-0;${GUILE_DEPENDS}")
 
 gnc_add_scheme_targets(scm-engine-2
     SOURCES "${engine_SCHEME_2}"



Summary of changes:
 bindings/guile/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list