change(linux): add ICU dependency needed to build on Arch Linux

Co-authored-by: Nikita Moor <nikita@lreis.ac.cn>
Fixes: #13814
This commit is contained in:
Eberhard Beilharz 2025-05-06 12:11:10 +02:00
parent 90d42fc336
commit 5bc7c22f80
No known key found for this signature in database
GPG key ID: E9140597606020D3

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()