mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
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:
commit
b08c57f2d0
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