mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
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>
12 lines
316 B
Diff
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')
|
|
]
|