From 7a46c07230b8d8108c0e8e80df4522d0ac116538 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:28:17 +0200 Subject: Adding upstream version 0.3.65. Signed-off-by: Daniel Baumann --- src/meson.build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/meson.build (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build new file mode 100644 index 0000000..cefc329 --- /dev/null +++ b/src/meson.build @@ -0,0 +1,15 @@ + +subdir('pipewire') +subdir('daemon') +subdir('tools') +subdir('modules') +if get_option('examples').allowed() + subdir('examples') +endif +if get_option('tests').allowed() + subdir('tests') +endif + +if gst_dep.length() != 0 + subdir('gst') +endif -- cgit v1.2.3