gentoo-ebuilds/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch
Christophe Lermytte 27798bec01
app-misc/bijiben: link against webkit-gtk:4.1
The evolution-data-server version this ebuild is using is linked
against libsoup:3.0, we need to use a webkit-gtk version that does so
too.

Closes: https://bugs.gentoo.org/878109
Closes: https://github.com/gentoo/gentoo/pull/28304
Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-11-16 17:56:33 -05:00

12 lines
316 B
Diff

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')
]