meson,app: depend on babl-0.1.108

This commit is contained in:
Øyvind Kolås 2024-02-24 18:08:31 +01:00
parent e927b6c42b
commit da289b9c50
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
#define BABL_REQUIRED_MICRO 98
#define BABL_REQUIRED_MICRO 108
babl_get_version (&babl_major_version,
&babl_minor_version,

View File

@ -343,7 +343,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.98'
babl_minver = '0.1.108'
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