mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Accomodate WebKit package version update to webkit2gtk-4.1.
This commit is contained in:
parent
9a141a8c76
commit
70958279b2
@ -211,7 +211,10 @@ if (WITH_GNUCASH)
|
||||
pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkitgtk-3.0)
|
||||
set(WEBKIT1 1 CACHE INTERNAL "WebKitGtk")
|
||||
else()
|
||||
pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkit2gtk-4.0>=2.14.0)
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user