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

index f19cfe2ef408d3a6e3f6ad37fd44a900ca1ffe9f..ff1fe2f07cd22903a6bdaf4c021489d53c38fe06 100644 (file)
@@ -1,7 +1,7 @@
 project('babl', 'c',
   license: 'LGPL3+',
   version: '0.1.103',
-  meson_version: '>=0.54.0',
+  meson_version: '>=0.55.0',
   default_options: [
     'buildtype=debugoptimized'
   ],