gnucash-on-windows master: Remove PKG_CONFIG environment variable from gwenhywfar.

John Ralls jralls at code.gnucash.org
Mon Nov 18 17:14:33 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/70f6645c (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/ec7d28db (commit)



commit 70f6645c27e3653d0339432f4fb2fdbcbfdea23f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Nov 18 14:14:19 2019 -0800

    Remove PKG_CONFIG environment variable from gwenhywfar.
    
    The explicit path seems no longer needed.

diff --git a/jhbuildrc.in b/jhbuildrc.in
index 5ae55ed..c1a4d1f 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -82,7 +82,6 @@ module_makeargs["aqbanking"]="-j 1"
 
 module_extra_env["gnucash"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_COMPILED_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
 module_extra_env["gnucash-git"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_COMPILED_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
-module_extra_env["gwenhywfar"]={'PKG_CONFIG': os.path.join('/', _arch, 'bin', 'pkg-config')}
 
 if _branch == 'master':
     module_cmakeargs["gnucash-git"]=('-DGTEST_ROOT=$SRCROOT/googletest')



Summary of changes:
 jhbuildrc.in | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list