1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
ports/audio/pulseaudio/files/patch-src_modules_meson.build
Alexander Shursha 97a51ea491 audio/pulseaudio: Update to 17.0
Sponsored by:	Future Crew, LLC

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/329
2024-11-23 11:29:39 +03:00

11 lines
406 B
Text

--- 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' ] ]