[glibmm/glibmm-2-58] tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-58] tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4
- Date: Thu, 3 Jan 2019 17:39:43 +0000 (UTC)
commit 2c5f873db72f47d37feab78b7e8114a8fe67d870
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Thu Jan 3 18:38:00 2019 +0100
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]