diff --git a/spa/plugins/meson.build b/spa/plugins/meson.build index 42aec7ed3..f774c1036 100644 --- a/spa/plugins/meson.build +++ b/spa/plugins/meson.build @@ -1,4 +1,4 @@ -if alsa_dep.found() and host_machine.system() == 'linux' +if alsa_dep.found() subdir('alsa') endif if get_option('avb').require(host_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()