gnucash-on-windows master: Change gwenhywfar environment to specify PKG_CONFIG instead of CFLAGS.

John Ralls jralls at code.gnucash.org
Tue Aug 13 12:53:01 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/62c32876 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/d80fbecb (commit)



commit 62c328760349f08cc0fb64ce50a531b997215f18
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 11 14:45:48 2019 -0700

    Change gwenhywfar environment to specify PKG_CONFIG instead of CFLAGS.
    
    And re-enable Gwenhywfar 4.20.1.
    Gwenhywfar 4.20.1 tries to check pkg-config for gtk3 but can't find
    pkg-config without help. Once it can find pkg-config it doesn't need
    to have the gtk3 paths added to CFLAGS and CXXFLAGS.
    
    Also patch gwenhywfar to not delete the gwenhywfar4 directory during
    clean. The links are created by configure so should be deleted during
    distclean; removing them in clean breaks subsequent builds until the
    build directory is reconfigured.



Summary of changes:
 gnucash.modules                               |  3 ++-
 jhbuildrc.in                                  |  4 +---
 patches/gwenhywfar-4.20.1-clean-targets.patch | 11 +++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)
 create mode 100644 patches/gwenhywfar-4.20.1-clean-targets.patch



More information about the gnucash-patches mailing list