build: Make the udev build option less ambiguous

It controls it for all backends, it just is required for the native one.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4223>
This commit is contained in:
Sebastian Wick 2025-01-20 16:25:50 +01:00 committed by Marge Bot
parent 85772a13ce
commit 98519a344f

View File

@ -90,7 +90,7 @@ option('wayland_eglstream',
option('udev',
type: 'boolean',
value: true,
description: 'Enable udev support when using the X11 backend'
description: 'Enable udev support'
)
option('udev_dir',