forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphics/gthumb: update webkit2gtk3 API version to 4.1
Pull Request: freebsd#266
- Loading branch information
1 parent
fb3016b
commit a549696
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- meson.build.orig 2024-05-24 21:10:35 UTC | ||
+++ meson.build | ||
@@ -193,9 +193,9 @@ if get_option('webservices') | ||
|
||
use_libsecret = false | ||
if get_option('webservices') | ||
- libsoup_dep = dependency('libsoup-2.4', version : libsoup_version, required : false) | ||
+ libsoup_dep = dependency('libsoup-3.0', version : libsoup_version, required : false) | ||
libjson_glib_dep = dependency('json-glib-1.0', version : libjson_glib_version, required : false) | ||
- webkit2_dep = dependency('webkit2gtk-4.0', version : webkit2_version, required : false) | ||
+ webkit2_dep = dependency('webkit2gtk-4.1', version : webkit2_version, required : false) | ||
if not webkit2_dep.found() | ||
webkit2_dep = dependency('webkit2gtk-3.0', version : webkit2_version, required : false) | ||
endif |