gnucash-on-windows master: Add in the webkit dependencies.

John Ralls jralls at code.gnucash.org
Fri Feb 21 19:22:18 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/e263e1a5 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/9574cafa (commit)



commit e263e1a51452f5c7e76902d236f9d976bdef720f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 21 16:22:01 2020 -0800

    Add in the webkit dependencies.
    
    They're no longer indirectly added because we use a self-build mingw-w64-i686-webkit.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 1ed3624..c04cc74 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -267,7 +267,7 @@ $ignorefile = ""
 bash-command -command "perl -ibak -pe 'BEGIN{undef $/;} s#[[]options[]]\R(Include = [^\R]*\R)?#[options]\nInclude = /etc/pacman.d/gnucash-ignores.pacman\n#smg' /etc/pacman.conf"
 
 # Install the remaining dependencies.
-$deps = "boost iso-codes shared-mime-info libmariadbclient postgresql ninja pdcurses"
+$deps = "boost icu gtk3 iso-codes shared-mime-info libmariadbclient libsoup libwebp postgresql ninja pdcurses sqlite3"
 
 Write-Host @"
 



Summary of changes:
 setup-mingw64.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list