summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-17 14:13:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-05-20 14:07:04 +0100
commitdfce98d730a389f6300dc3ae285c0ac985dc1740 (patch)
tree0d19efdcab11067eef309ca3b48806c427adc0b5 /meson.build
parent30955f586bc71883f953d236bb18edbbc3998d58 (diff)
downloadlibmediaart-dfce98d730a389f6300dc3ae285c0ac985dc1740.tar.gz
build: Require a specific version of Meson
Something not ancient.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f4196f4..39791c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,6 @@
project('libmediaart', 'c',
version: '1.9.4',
+ meson_version: '>= 0.56.2',
default_options: [ 'warning_level=1' ])
gnome = import('gnome')