mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 08:08:56 +02:00
Closes: https://bugs.gentoo.org/904824 Closes: https://bugs.gentoo.org/908563 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
14 lines
484 B
Diff
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()
|
|
|