summaryrefslogtreecommitdiffstats
path: root/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
blob: 8df6e057486146e67768d59e5931fbd88786e397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 253a77cdb7e2f3fac199a9d738fabc433d553b85 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Mon, 13 Jun 2022 20:34:40 +0200
Subject: [PATCH] Fix build error with meson 0.62.2

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 487e470..2623e93 100644
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ lib_name    = meson.project_name() + '-' + api_version
 stability_version_number = (major_version != 0 ? minor_version : micro_version)
 stable = (stability_version_number % 2 == 0)
 
-conf.set10('BABL_UNSTABLE', not stable, Description:
+conf.set10('BABL_UNSTABLE', not stable, description:
   'Define to 1 if this is an unstable version of BABL.')
 
 conf.set       ('BABL_MAJOR_VERSION',    '@0@'.format(major_version))
-- 
2.36.1