From 2c5f873db72f47d37feab78b7e8114a8fe67d870 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 3 Jan 2019 18:38:00 +0100 Subject: tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4 jhbuild/modulesets/gnome-suites-core-deps-latest.modules has been changed to allow jhbuild to build glibmm-2.4 with builddir != sourcedir. --- tools/gen_scripts/init_generate.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/gen_scripts/init_generate.sh b/tools/gen_scripts/init_generate.sh index d117e81e..f8c0804f 100755 --- a/tools/gen_scripts/init_generate.sh +++ b/tools/gen_scripts/init_generate.sh @@ -36,9 +36,8 @@ gen_enums="$GMMPROC_GEN_SOURCE_DIR/glibmm-2.4/tools/enum.pl" # Where to find executables that generate extra defs (signals and properties). # glibmm-2.4 is built with autotools. -# autotools support non-source-dir builds, but glibmm-2.4 does not. -# See the glibmm-2.4 entry in jhbuild's modulesets files. -extra_defs_gen_dir="$GMMPROC_GEN_SOURCE_DIR/glibmm-2.4/tools/extra_defs_gen" +# autotools support, but don't require, non-source-dir builds. +extra_defs_gen_dir="$GMMPROC_GEN_BUILD_DIR/glibmm-2.4/tools/extra_defs_gen" source_prefix="$GMMPROC_GEN_SOURCE_DIR/glib" build_prefix="$GMMPROC_GEN_BUILD_DIR/glib" -- cgit v1.2.1