From da289b9c50f48107ef3536daa2468400b031d194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 24 Feb 2024 18:08:31 +0100 Subject: [PATCH] meson,app: depend on babl-0.1.108 --- app/sanity.c | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sanity.c b/app/sanity.c index 57e0c628d6..cc1c0c7bd8 100644 --- a/app/sanity.c +++ b/app/sanity.c @@ -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, diff --git a/meson.build b/meson.build index b0a26fa12f..1cccb9c0e5 100644 --- a/meson.build +++ b/meson.build @@ -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