From d314d3b98b86dec9a25ce7b829e72a790b7ead1b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 6 Jul 2023 10:26:51 +0300 Subject: libcamera: Add option to configure udev support libcamera uses udev to support hotplug (and unplug) detection. This is an optional feature, which gets selected automatically if udev is available. Users may however want to build libcamera without hotplug detection, even if udev is available on the system. Add a new feature option to control udev support. The default value is auto, which retains the existing behaviour. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 29777529..363de459 100644 --- a/meson.build +++ b/meson.build @@ -261,6 +261,7 @@ py_mod.find_installation('python3', modules : py_modules) summary({ 'Enabled pipelines': pipelines, 'Enabled IPA modules': enabled_ipa_names, + 'Hotplug support': libudev.found(), 'Tracing support': tracing_enabled, 'Android support': android_enabled, 'GStreamer support': gst_enabled, -- cgit v1.2.1