build-sys: First pass at a meson-ified build system
[platform/upstream/pulseaudio.git] / meson_options.txt
1 option('system_user',
2         type : 'string', value : 'pulse',
3         description : 'User for running the PulseAudio daemon as a system-wide instance (pulse)')
4 option('system_group',
5         type : 'string', value : 'pulse',
6         description : 'Group for running the PulseAudio daemon as a system-wide instance (pulse)')
7 option('access_group',
8         type : 'string', value : 'pulse-access',
9         description : 'Group which is allowed access to a system-wide PulseAudio daemon (pulse-access)')
10 option('database',
11         type : 'combo', value : 'tdb',
12         choices : [ 'gdbm', 'tdb', 'simple' ],
13         description : 'Database backend')