This commit is contained in:
dmitry
2021-11-28 01:12:35 +03:00
parent 9fa7bfc0cb
commit 3c2fa1625d
4 changed files with 12 additions and 1 deletions

View File

@ -11,3 +11,4 @@ option('gtk-layer-shell', type: 'feature', value: 'auto', description: 'Use gtk-
option('rfkill', type: 'feature', value: 'auto', description: 'Enable support for RFKILL')
option('sndio', type: 'feature', value: 'auto', description: 'Enable support for sndio')
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')
option('experimental', type : 'boolean', value : false, description: 'Enable experimental features')