add option for when filesystem still lives in the experimental namespace

This commit is contained in:
Lucas L. Treffenstädt
2018-11-02 20:59:41 +01:00
parent 00e7e87f55
commit 236be90c2f
5 changed files with 23 additions and 2 deletions

View File

@ -2,3 +2,4 @@ option('libnl', type: 'feature', value: 'auto', description: 'Enable libnl suppo
option('pulseaudio', type: 'feature', value: 'auto', description: 'Enable support for pulseaudio')
option('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable support for tray')
option('out', type: 'string', value : '/', description: 'output prefix directory')
option('filesystem-experimental', type: 'boolean', value: 'true', description: 'Does filesystem still live in experimental?')