Add options for pulseaudio and libnl

This commit is contained in:
Danilo Spinella
2018-10-21 09:58:35 +00:00
parent a63650aa67
commit 73553802f9
2 changed files with 5 additions and 3 deletions

2
meson_options.txt Normal file
View File

@ -0,0 +1,2 @@
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')