2019-05-12 17:53:14 +00:00
|
|
|
option('libcxx', type : 'boolean', value : false, description : 'Build with Clang\'s libc++ instead of libstdc++ on Linux.')
|
2018-10-21 09:58:35 +00:00
|
|
|
option('libnl', type: 'feature', value: 'auto', description: 'Enable libnl support for network related features')
|
2019-02-19 04:11:18 +00:00
|
|
|
option('libudev', type: 'feature', value: 'auto', description: 'Enable libudev support for udev related features')
|
2021-02-07 20:05:11 +00:00
|
|
|
option('libevdev', type: 'feature', value: 'auto', description: 'Enable libevdev support for evdev related features')
|
2018-10-21 09:58:35 +00:00
|
|
|
option('pulseaudio', type: 'feature', value: 'auto', description: 'Enable support for pulseaudio')
|
2022-03-15 16:54:06 +00:00
|
|
|
option('upower_glib', type: 'feature', value: 'auto', description: 'Enable support for upower')
|
2019-09-07 17:57:35 +00:00
|
|
|
option('systemd', type: 'feature', value: 'auto', description: 'Install systemd user service unit')
|
2018-10-27 06:20:18 +00:00
|
|
|
option('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable support for tray')
|
2019-08-29 10:25:04 +00:00
|
|
|
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
2019-04-16 14:34:37 +00:00
|
|
|
option('mpd', type: 'feature', value: 'auto', description: 'Enable support for the Music Player Daemon')
|
2019-12-28 11:13:33 +00:00
|
|
|
option('gtk-layer-shell', type: 'feature', value: 'auto', description: 'Use gtk-layer-shell library for popups support')
|
2020-08-14 18:56:45 +00:00
|
|
|
option('rfkill', type: 'feature', value: 'auto', description: 'Enable support for RFKILL')
|
2020-09-06 17:44:13 +00:00
|
|
|
option('sndio', type: 'feature', value: 'auto', description: 'Enable support for sndio')
|
2021-12-03 22:32:53 +00:00
|
|
|
option('logind', type: 'feature', value: 'auto', description: 'Enable support for logind')
|
2021-08-14 01:33:24 +00:00
|
|
|
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')
|
2021-11-27 22:12:35 +00:00
|
|
|
option('experimental', type : 'boolean', value : false, description: 'Enable experimental features')
|