From: Øyvind Kolås Date: Thu, 17 May 2018 10:53:42 +0000 (+0200) Subject: meson.build: synchronise with autotools version X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~17^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=95e10e544560d7607f3853b76241701e9e943642;p=babl.git meson.build: synchronise with autotools version WARNING: distributions should still not use meson to build packages - since the meson build end up containing all instructions available on build host. --- diff --git a/meson.build b/meson.build index 8e5c47c..53bf9a1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.48', + version: '0.1.49', meson_version: '>=0.40.0', default_options: [ 'sysconfdir=/etc',