From 98519a344f9b76e12f6f400a77b8e66cff1c1d6a Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Mon, 20 Jan 2025 16:25:50 +0100 Subject: [PATCH] build: Make the udev build option less ambiguous It controls it for all backends, it just is required for the native one. Part-of: --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 599e9d776..c708b5491 100644 --- a/meson.options +++ b/meson.options @@ -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',