summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-01-03 18:29:46 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-01-03 18:29:46 +0100
commit896778648bddccb343946dcc48626c0a207035b8 (patch)
treed8649c9943f854505cf1aa2a92bbf52330efaa41 /tools
parenta3c7b5695c0793f0b0868701e1acf64aad33b0f3 (diff)
downloadglibmm-896778648bddccb343946dcc48626c0a207035b8.tar.gz
tools/gen_scripts: Update for non-source-dir builds of glibmm
jhbuild/modulesets/gnome-suites-core-deps-latest.modules has been changed to allow jhbuild to build glibmm with builddir != sourcedir.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen_scripts/init_generate.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/gen_scripts/init_generate.sh b/tools/gen_scripts/init_generate.sh
index d0d81f7c..5ce3895e 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/tools/enum.pl"
# Where to find executables that generate extra defs (signals and properties).
# glibmm is built with autotools.
-# autotools support non-source-dir builds, but glibmm does not.
-# See the glibmm entry in jhbuild's modulesets files.
-extra_defs_gen_dir="$GMMPROC_GEN_SOURCE_DIR/glibmm/tools/extra_defs_gen"
+# autotools support, but don't require, non-source-dir builds.
+extra_defs_gen_dir="$GMMPROC_GEN_BUILD_DIR/glibmm/tools/extra_defs_gen"
source_prefix="$GMMPROC_GEN_SOURCE_DIR/glib"
build_prefix="$GMMPROC_GEN_BUILD_DIR/glib"