gnucash-on-osx master: Add meta-gtk-osx-bootstrap to all modules arrays.

John Ralls jralls at code.gnucash.org
Thu Feb 15 15:11:20 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/42824e37 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/d53f048b (commit)



commit 42824e3755f227a732036a14f40881cc80255442
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 15 12:11:11 2018 -0800

    Add meta-gtk-osx-bootstrap to all modules arrays.

diff --git a/.jhbuildrc-custom b/.jhbuildrc-custom
index b1c4e74..ab41b88 100644
--- a/.jhbuildrc-custom
+++ b/.jhbuildrc-custom
@@ -13,9 +13,9 @@ prefix = os.path.join(os.environ["HOME"], "gnucash-stable")
 
 #Select which modules to build. The only difference is which gnucash
 #module (and all of the dependencies, see above) get built. "
-modules = ["meta-gnucash-stable"]
-#modules = ["gnucash-unstable"]
-#modules = ["gnucash-git"]
+modules = ["meta-gtk-osx-bootstrap", "meta-gnucash-stable"]
+#modules = ["meta-gtk-osx-bootstrap", "gnucash-unstable"]
+#modules = ["meta-gtk-osx-bootstrap", "gnucash-git"]
 
 # This will set up the build for your system. The result will run on
 # the same or newer versionss of MacOS for the same archechture.



Summary of changes:
 .jhbuildrc-custom | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list