diff --git a/spa/plugins/meson.build b/spa/plugins/meson.build index aa79bd48a..090830132 100644 --- a/spa/plugins/meson.build +++ b/spa/plugins/meson.build @@ -10,10 +10,10 @@ endif if get_option('audiotestsrc') subdir('audiotestsrc') endif -if get_option('bluez5') and sbc_dep.found() and bluez_dep.found() +if get_option('bluez5') subdir('bluez5') endif -if get_option('ffmpeg') and avcodec_dep.found() +if get_option('ffmpeg') subdir('ffmpeg') endif if get_option('support')