Correct me if I am wrong but I think that is it's only use. If that is the case the description would be less generic and thus better.
24 lines
2.2 KiB
Meson
24 lines
2.2 KiB
Meson
option('libcxx', type : 'boolean', value : false, description : 'Build with Clang\'s libc++ instead of libstdc++ on Linux.')
|
|
option('libinput', type: 'feature', value: 'auto', description: 'Enable libinput support for libinput related features')
|
|
option('libnl', type: 'feature', value: 'auto', description: 'Enable libnl support for network related features')
|
|
option('libudev', type: 'feature', value: 'auto', description: 'Enable libudev support for udev related features')
|
|
option('libevdev', type: 'feature', value: 'auto', description: 'Enable libevdev support for evdev related features')
|
|
option('pulseaudio', type: 'feature', value: 'auto', description: 'Enable support for pulseaudio')
|
|
option('upower_glib', type: 'feature', value: 'auto', description: 'Enable support for upower')
|
|
option('pipewire', type: 'feature', value: 'auto', description: 'Enable support for pipewire')
|
|
option('mpris', type: 'feature', value: 'auto', description: 'Enable support for mpris')
|
|
option('systemd', type: 'feature', value: 'auto', description: 'Install systemd user service unit')
|
|
option('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable support for tray')
|
|
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
|
option('mpd', type: 'feature', value: 'auto', description: 'Enable support for the Music Player Daemon')
|
|
option('rfkill', type: 'feature', value: 'auto', description: 'Enable support for RFKILL')
|
|
option('sndio', type: 'feature', value: 'auto', description: 'Enable support for volume control via sndio')
|
|
option('logind', type: 'feature', value: 'auto', description: 'Enable support for logind')
|
|
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')
|
|
option('experimental', type : 'boolean', value : false, description: 'Enable experimental features')
|
|
option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK')
|
|
option('wireplumber', type: 'feature', value: 'auto', description: 'Enable support for WirePlumber')
|
|
option('cava', type: 'feature', value: 'auto', description: 'Enable support for Cava')
|
|
option('niri', type: 'boolean', description: 'Enable support for niri')
|
|
option('login-proxy', type: 'boolean', description: 'Enable interfacing with dbus login interface')
|