summaryrefslogtreecommitdiff
path: root/multimedia/pipewire/files/patch-spa_plugins_meson.build
blob: 45a68c3c3101b0bb65e33815e6b8e0cc6155b1ce (plain) (blame)
1
2
3
4
5
6
7
8
--- spa/plugins/meson.build.orig	2023-10-06 09:37:06 UTC
+++ 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()