From: Jeremy Bicha Date: Thu, 24 Mar 2022 19:14:33 +0000 (-0400) Subject: build: fix description case X-Git-Tag: archive/raspbian/1%0.1.96-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36143a1d365dda1103e90df4df4abc214ccfeaf0;p=babl.git build: fix description case https://gitlab.gnome.org/GNOME/babl/-/merge_requests/46 Gbp-Pq: Name build-fix-description-case.patch --- 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))