meta-agl-core: remove IMAGE_FSTYPES override
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / wireplumber / wireplumber / 0001-Build-cpptoml-without-a-cmake-subproject.patch
1 From e5efe3d4f0abc28251dac245ce0cf4124e7e2a12 Mon Sep 17 00:00:00 2001
2 From: George Kiagiadakis <george.kiagiadakis@collabora.com>
3 Date: Thu, 5 Dec 2019 17:59:44 +0200
4 Subject: [PATCH] Build cpptoml without a cmake subproject
5
6 Upstream-Status: Inappropriate
7 ---
8  meson.build | 4 +---
9  1 file changed, 1 insertion(+), 3 deletions(-)
10
11 diff --git a/meson.build b/meson.build
12 index 5a75d96..0b21377 100644
13 --- a/meson.build
14 +++ b/meson.build
15 @@ -24,9 +24,7 @@ else
16    wireplumber_config_dir = join_paths(get_option('prefix'), get_option('sysconfdir'), 'wireplumber')
17  endif
18  
19 -cmake = import('cmake')
20 -cpptoml = cmake.subproject('cpptoml')
21 -cpptoml_dep = cpptoml.dependency('cpptoml')
22 +cpptoml_dep = declare_dependency(include_directories: include_directories('subprojects/cpptoml'))
23  
24  gobject_dep = dependency('gobject-2.0')
25  gmodule_dep = dependency('gmodule-2.0')
26 -- 
27 2.24.0
28