meson,app: depend on babl-0.1.110
This commit is contained in:
@ -464,7 +464,7 @@ sanity_check_babl (void)
|
|||||||
|
|
||||||
#define BABL_REQUIRED_MAJOR 0
|
#define BABL_REQUIRED_MAJOR 0
|
||||||
#define BABL_REQUIRED_MINOR 1
|
#define BABL_REQUIRED_MINOR 1
|
||||||
#define BABL_REQUIRED_MICRO 108
|
#define BABL_REQUIRED_MICRO 110
|
||||||
|
|
||||||
babl_get_version (&babl_major_version,
|
babl_get_version (&babl_major_version,
|
||||||
&babl_minor_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
|
mscms = platform_windows ? cc.find_library('mscms') : no_dep
|
||||||
atk_minver = '2.4.0'
|
atk_minver = '2.4.0'
|
||||||
atk = dependency('atk', version: '>='+atk_minver)
|
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)
|
babl = dependency('babl-0.1', version: '>='+babl_minver, required: false)
|
||||||
if not babl.found()
|
if not babl.found()
|
||||||
# babl changed its pkg-config name from 'babl' to 'babl-0.1' in version
|
# babl changed its pkg-config name from 'babl' to 'babl-0.1' in version
|
||||||
|
Reference in New Issue
Block a user