Migrate to gcr-4 and gck-2

The older versions aren't maintained anymore. Luckily, this is quite a
minimal change, since we only use a very small subset of those APIs.
This commit is contained in:
Niels De Graef 2025-12-12 19:59:50 +01:00
parent 1f058b8bf8
commit 619bf5b4e0
2 changed files with 4 additions and 4 deletions

View file

@ -72,8 +72,8 @@ webkit2gtk = dependency('webkit2gtk-4.1', version: '>=' + target_webkit)
cairo = dependency('cairo')
enchant = dependency('enchant-2', version: '>=2.1')
folks = dependency('folks', version: '>=0.11')
gck = dependency('gck-1')
gcr = dependency('gcr-3', version: '>= 3.10.1')
gck = dependency('gck-2')
gcr = dependency('gcr-4')
gdk = dependency('gdk-3.0', version: '>=' + target_gtk)
gee = dependency('gee-0.8', version: '>= 0.8.5')
gio = dependency('gio-2.0', version: '>=' + target_glib)