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 --- spa/plugins/vulkan/meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spa/plugins/vulkan/meson.build (limited to 'spa/plugins/vulkan/meson.build') diff --git a/spa/plugins/vulkan/meson.build b/spa/plugins/vulkan/meson.build new file mode 100644 index 0000000..0657d21 --- /dev/null +++ b/spa/plugins/vulkan/meson.build @@ -0,0 +1,12 @@ +spa_vulkan_sources = [ + 'plugin.c', + 'vulkan-compute-filter.c', + 'vulkan-compute-source.c', + 'vulkan-utils.c' +] + +spa_vulkan = shared_library('spa-vulkan', + spa_vulkan_sources, + dependencies : [ spa_dep, vulkan_dep, mathlib ], + install : true, + install_dir : spa_plugindir / 'vulkan') -- cgit v1.2.3