summaryrefslogtreecommitdiff
path: root/spa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'spa/meson.build')
-rw-r--r--spa/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/spa/meson.build b/spa/meson.build
index c6edc8b2..6fcfcaa0 100644
--- a/spa/meson.build
+++ b/spa/meson.build
@@ -27,6 +27,9 @@ if get_option('spa-plugins')
avcodec_dep = dependency('libavcodec')
avformat_dep = dependency('libavformat')
endif
+ if get_option('vulkan')
+ vulkan_dep = dependency('vulkan')
+ endif
subdir('plugins')
endif