build: Set minimum libhandy to 1.6
needed for the GNOME 42 dark theme preference
This commit is contained in:
parent
0b65f7fc74
commit
6e8bd9b310
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ icu_uc = dependency('icu-uc', version: '>=60')
|
|||
iso_codes = dependency('iso-codes')
|
||||
javascriptcoregtk = dependency('javascriptcoregtk-4.1', version: '>=' + target_webkit)
|
||||
json_glib = dependency('json-glib-1.0', version: '>= 1.0')
|
||||
libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false)
|
||||
libhandy = dependency('libhandy-1', version: '>= 1.6', required: false)
|
||||
libmath = cc.find_library('m')
|
||||
libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
|
||||
libsecret = dependency('libsecret-1', version: '>= 0.11')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue