mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
meson.build: Enabled udev for FreeBSD.
FreeBSD uses libudev-devd for a libudev compatible interface. So the udev options should be available for it. Signed-off-by: b-aaz <b-aazbsd.proton.me>
This commit is contained in:
@@ -183,7 +183,7 @@ endif
|
||||
|
||||
build_udev = get_option('udev')
|
||||
build_udev_kms = get_option('udev_kms')
|
||||
if ['windows', 'darwin', 'freebsd', 'netbsd', 'openbsd', 'sunos'].contains(host_machine.system())
|
||||
if ['windows', 'darwin', 'netbsd', 'openbsd', 'sunos'].contains(host_machine.system())
|
||||
build_udev = false
|
||||
build_udev_kms = false
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user