summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/files/patch-src_modules_meson.build
blob: e637784c4983a92128ed46636abea90a59f22b73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/modules/meson.build.orig	2024-01-12 17:22:09 UTC
+++ src/modules/meson.build
@@ -221,7 +221,7 @@ endif
   ]
 endif
 
-if udev_dep.found()
+if udev_dep.found() and host_machine.system() != 'freebsd'
   all_modules += [ [ 'module-udev-detect', 'module-udev-detect.c', [], [], [udev_dep] ] ]
   if get_option('hal-compat')
     all_modules += [ [ 'module-hal-detect', 'module-hal-detect-compat.c' ] ]