mirror of https://github.com/GNOME/gimp.git
meson,app: depend on babl-0.1.110
This commit is contained in:
parent
a254fb7710
commit
a350efeeb1
|
@ -464,7 +464,7 @@ sanity_check_babl (void)
|
|||
|
||||
#define BABL_REQUIRED_MAJOR 0
|
||||
#define BABL_REQUIRED_MINOR 1
|
||||
#define BABL_REQUIRED_MICRO 108
|
||||
#define BABL_REQUIRED_MICRO 110
|
||||
|
||||
babl_get_version (&babl_major_version,
|
||||
&babl_minor_version,
|
||||
|
|
|
@ -364,7 +364,7 @@ winsock = platform_windows ? cc.find_library('ws2_32') : no_dep
|
|||
mscms = platform_windows ? cc.find_library('mscms') : no_dep
|
||||
atk_minver = '2.4.0'
|
||||
atk = dependency('atk', version: '>='+atk_minver)
|
||||
babl_minver = '0.1.108'
|
||||
babl_minver = '0.1.110'
|
||||
babl = dependency('babl-0.1', version: '>='+babl_minver, required: false)
|
||||
if not babl.found()
|
||||
# babl changed its pkg-config name from 'babl' to 'babl-0.1' in version
|
||||
|
|
Loading…
Reference in New Issue