projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a18708
)
build: fix description case
author
Jeremy Bicha
<jeremy.bicha@canonical.com>
Thu, 24 Mar 2022 19:14:33 +0000
(15:14 -0400)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 487e470ee5bed6d854b52de13c337e618e8043d7..2623e93c398d10b3155fc40418c5f84ae58ddce4 100644
(file)
--- 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,
D
escription:
+conf.set10('BABL_UNSTABLE', not stable,
d
escription:
'Define to 1 if this is an unstable version of BABL.')
conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))