summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch')
-rw-r--r--app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch b/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch
new file mode 100644
index 000000000000..150f97010686
--- /dev/null
+++ b/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/878109
+
+--- a/meson.build
++++ b/meson.build
+@@ -126,7 +126,7 @@ bijiben_deps = [
+ dependency('libxml-2.0'),
+ dependency('libcurl'),
+ dependency('uuid'),
+- dependency('webkit2gtk-4.0', version: '>= 2.26'),
++ dependency('webkit2gtk-4.1', version: '>= 2.26'),
+ cc.find_library('m')
+ ]