mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix build on ubuntu 18.04.
Apparently that version of cmake's pkg_check_modules chokes on pkg>x.x.x.
This commit is contained in:
parent
a8ae00c578
commit
bf6f463419
@ -206,7 +206,7 @@ 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 REQUIRED IMPORTED_TARGET webkit2gtk-4.0>=2.14.0)
|
||||
set(WEBKIT2 1 CACHE INTERNAL "WebKit2Gtk4")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user