gentoo-ebuilds/app-office/gnucash/files/gnucash-5.0-webkit2gtk-4.1.patch
Aaron W. Swenson e5e3d2adb1
app-office/gnucash: add 5.1
Closes: https://bugs.gentoo.org/904824
Closes: https://bugs.gentoo.org/908563
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2023-06-20 06:52:30 -04:00

14 lines
484 B
Diff

diff -Naruw a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -210,10 +210,7 @@
pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkitgtk-3.0)
set(WEBKIT1 1 CACHE INTERNAL "WebKitGtk")
else()
- pkg_check_modules (WEBKIT IMPORTED_TARGET webkit2gtk-4.0>=2.14.0)
- if (NOT WEBKIT_FOUND)
pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkit2gtk-4.1)
- endif()
set(WEBKIT2 1 CACHE INTERNAL "WebKit2Gtk4")
endif()