meson: make extra output directory configurable

This commit is contained in:
Cole Mickens
2018-10-26 23:20:18 -07:00
parent b10907ee44
commit a1c4b9bb0c
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
option('libnl', type: 'feature', value: 'auto', description: 'Enable libnl support for network 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('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable support for tray')
option('out', type: 'string', value : '/', description: 'output prefix directory')