output: add _get_plugin()
[libmpdclient.git] / meson_options.txt
blobf2f2ec5a613ebfc125b8217cee07896d40a54636
1 option('default_socket', type: 'string',
2   value: '/var/run/mpd/socket',
3   description: 'The default MPD socket path')
5 option('default_host', type: 'string',
6   value: 'localhost',
7   description: 'The default MPD host')
9 option('default_port', type: 'string',
10   value: '6600',
11   description: 'The default MPD port')
13 option('tcp', type: 'boolean',
14   value: true,
15   description: 'Enable TCP support')
17 option('documentation', type: 'boolean',
18   value: false,
19   description: 'Build API documentation')
21 option('test', type: 'boolean',
22   value: false,
23   description: 'Enable unit tests')