gnucash-on-osx master: Remove autogenargs for no-longer-included module libgnomeui.
John Ralls
jralls at code.gnucash.org
Thu Oct 29 15:22:18 EDT 2015
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/896010a5 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/5b10f60e (commit)
commit 896010a5bdbd31621d5d2c8181ce20202110379d
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Oct 29 12:30:05 2015 -0700
Remove autogenargs for no-longer-included module libgnomeui.
diff --git a/.jhbuildrc-custom b/.jhbuildrc-custom
index e4499db..1ab37b3 100644
--- a/.jhbuildrc-custom
+++ b/.jhbuildrc-custom
@@ -40,7 +40,7 @@ moduleset = "http://github.com/gnucash/gnucash-on-osx/raw/master/modulesets/gnuc
#append_autogenargs("libdbi-drivers", "--with-mysql --with-mysql-incdir=" + prefix + "/include --with-mysql-libdir=" + prefix + "/lib")
append_autogenargs("libofx", "--with-opensp-includes=" + prefix + "/include/OpenSP --with-opensp-libs=" + prefix + "/lib")
-append_autogenargs("libgnomeui", "--disable-static --enable-shared --disable-scrollkeeper --disable-xlib --without-x")
+
append_autogenargs("scrollkeeper", "--with-xml-catalog=" + os.path.join(prefix, "etc/xml/catalog"))
append_autogenargs("OpenSP", "--enable-shared") #To override the global --disable-shared
Summary of changes:
.jhbuildrc-custom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list