7 lines
611 B
Meson
7 lines
611 B
Meson
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('pulseaudio', type: 'feature', value: 'auto', description: 'Enable support for pulseaudio')
|
|
option('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable support for tray')
|
|
option('mpd', type: 'feature', value: 'auto', description: 'Enable support for the Music Player Daemon')
|
|
option('out', type: 'string', value : '/', description: 'output prefix directory')
|