mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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:
parent
90d42fc336
commit
5bc7c22f80
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue