meta-agl-core: remove IMAGE_FSTYPES override
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0001-meson-revert-version-check-to-require-meson-0.47-not.patch
1 From 5a249321aa84cd74e3d83bcd555c85fba3cd682d Mon Sep 17 00:00:00 2001
2 From: George Kiagiadakis <george.kiagiadakis@collabora.com>
3 Date: Sun, 22 Sep 2019 17:59:19 +0300
4 Subject: [PATCH] meson: revert version check to require meson 0.47, not 0.50
5
6 meson 0.50 is not really needed, but there are some strange warnings
7 if you require an older version; in any case, AGL does not have 0.50
8 yet, so let's not fail compilation because of that...
9
10 Upstream-Status: Inappropriate [workaround]
11 ---
12  meson.build | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/meson.build b/meson.build
16 index 2734b0d2..c9da6b4d 100644
17 --- a/meson.build
18 +++ b/meson.build
19 @@ -1,7 +1,7 @@
20  project('pipewire', ['c' ],
21    version : '0.2.9',
22    license : 'MIT',
23 -  meson_version : '>= 0.50.0',
24 +  meson_version : '>= 0.47.0',
25    default_options : [ 'warning_level=1',
26                        'c_std=gnu99',
27                        'buildtype=debugoptimized' ])
28 -- 
29 2.24.0
30