summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-05-19 16:49:38 +0200
committerWim Taymans <wtaymans@redhat.com>2020-05-20 15:26:35 +0200
commitc546167ad391e1b577024059a922d31a3a80e131 (patch)
tree387f4589c8bccb938d22cb6a0b39be19468d3c30 /meson.build
parent9fa68f6d4667e7a7e2dfa10dfe0785b1b6cc0648 (diff)
require meson 0.49
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 27c2bad9..0a28b426 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('pipewire', ['c' ],
version : '0.3.5',
license : 'MIT',
- meson_version : '>= 0.50.0',
+ meson_version : '>= 0.49.0',
default_options : [ 'warning_level=3',
'c_std=gnu99',
'buildtype=debugoptimized' ])