meson: add json-glib as dependency in meson files too.

Done on a separate commit to make cherry-picking easily to gimp-2-10
without all the meson changes.
This commit is contained in:
Jehan
2019-12-09 03:00:57 +01:00
parent 506a0476f4
commit f89692c25f
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ libapp_sources = [
'errors.c',
'gimp-debug.c',
'gimp-log.c',
'gimp-update.c',
'gimp-version.c',
'language.c',
'sanity.c',

View File

@ -353,6 +353,7 @@ gtk3_minver = '3.16.10'
gtk3 = dependency('gtk+-3.0', version: '>='+gtk3_minver)
harfbuzz_minver = '0.9.19'
harfbuzz = dependency('harfbuzz', version: '>='+harfbuzz_minver)
json_glib = dependency('json-glib-1.0', version: '>=1.2.6')
lcms_minver = '2.8'
lcms = dependency('lcms2', version: '>='+lcms_minver)
libmypaint_minver = '1.3.0'