gnucash maint: Put Macs back on WebKit2.

John Ralls jralls at code.gnucash.org
Tue Oct 27 16:14:16 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1915dfb0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a6c8a806 (commit)



commit 1915dfb0cb255fe26dcd7810c96e855defbc747f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 23 12:20:01 2020 -0700

    Put Macs back on WebKit2.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b70839f5..78da42ca7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,7 +207,7 @@ pkg_check_modules (GTHREAD REQUIRED gthread-2.0)
 pkg_check_modules (LIBXML2 REQUIRED libxml-2.0>=2.9.4)
 pkg_check_modules (LIBXSLT REQUIRED libxslt)
 if (WITH_GNUCASH)
-  if (WIN32 OR APPLE)
+  if (WIN32)
     pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkitgtk-3.0)
     set(WEBKIT1 1 CACHE INTERNAL "WebKitGtk")
   else()



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list