build: fix description case
authorJeremy Bicha <jeremy.bicha@canonical.com>
Thu, 24 Mar 2022 19:14:33 +0000 (15:14 -0400)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 27 Aug 2022 09:54:36 +0000 (10:54 +0100)
https://gitlab.gnome.org/GNOME/babl/-/merge_requests/46

Gbp-Pq: Name build-fix-description-case.patch

meson.build

index 487e470ee5bed6d854b52de13c337e618e8043d7..2623e93c398d10b3155fc40418c5f84ae58ddce4 100644 (file)
@@ -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))