projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4526c
)
meson: bump minimum meson version to 0.55.0
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 20 Apr 2023 21:49:19 +0000
(23:49 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 20 Apr 2023 21:49:23 +0000
(23:49 +0200)
As per issue #87 this is the minimum we can build with - and 0.56.x is
available in debian stable which we is used as a bar for inclusion.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index f19cfe2ef408d3a6e3f6ad37fd44a900ca1ffe9f..ff1fe2f07cd22903a6bdaf4c021489d53c38fe06 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,7
+1,7
@@
project('babl', 'c',
license: 'LGPL3+',
version: '0.1.103',
- meson_version: '>=0.5
4
.0',
+ meson_version: '>=0.5
5
.0',
default_options: [
'buildtype=debugoptimized'
],