From 86b7f1a83d7db9c912f32b29c32e1124c0a6454d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:51:55 +0200 Subject: Adding upstream version 3.38.2. Signed-off-by: Daniel Baumann --- meson_options.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..3e04cf6 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,14 @@ +option('nssdb_dir', type: 'string', value: '', description: 'Absolute path to the system NSS database directory') +option('udev_dir', type: 'string', value: '', description: 'Absolute path of the udev base directory') +option('systemd', type: 'boolean', value: true, description: 'Enable systemd integration') + +option('alsa', type: 'boolean', value: true, description: 'build with ALSA support (not optional on Linux platforms)') +option('gudev', type: 'boolean', value: true, description: 'build with gudev device support (not optional on Linux platforms)') +option('cups', type: 'boolean', value: true, description: 'build with CUPS support') +option('network_manager', type: 'boolean', value: true, description: 'build with NetworkManager support (not optional on Linux platforms)') +option('rfkill', type: 'boolean', value: true, description: 'build with rfkill support (not optional on Linux platforms)') +option('smartcard', type: 'boolean', value: true, description: 'build with smartcard support') +option('usb-protection', type: 'boolean', value: true, description: 'build with usb-protection support') +option('wayland', type: 'boolean', value: true, description: 'build with Wayland support') +option('wwan', type: 'boolean', value: true, description: 'build with WWAN support') +option('colord', type: 'boolean', value: true, description: 'build with colord support') -- cgit v1.2.3