Merge pull request #13843 from keymanapp/change/linux/cherry-pick/icudep

change(linux): add ICU dependency needed to build on Arch Linux 🍒 🏠
This commit is contained in:
Eberhard Beilharz 2025-05-07 09:18:31 +02:00 committed by GitHub
commit b08c57f2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ conf = configuration_data()
ibus = dependency('ibus-1.0', version: '>= 1.2.0')
gtk = dependency('gtk+-3.0', version: '>= 2.4')
json_glib = dependency('json-glib-1.0', version: '>= 1.0')
icu = dependency('icu-i18n')
icu = [dependency('icu-i18n'), dependency('icu-uc')]
systemd = dependency('libsystemd', 'libelogind', required: false)
if systemd.found()