File: meson_options.txt

package info (click to toggle)
libmpdclient 2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: ansic: 10,710; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option('default_socket', type: 'string',
  value: '/run/mpd/socket',
  description: 'The default MPD socket path')

option('default_host', type: 'string',
  value: 'localhost',
  description: 'The default MPD host')

option('default_port', type: 'string',
  value: '6600',
  description: 'The default MPD port')

option('tcp', type: 'boolean',
  value: true,
  description: 'Enable TCP support')

option('documentation', type: 'boolean',
  value: false,
  description: 'Build API documentation')

option('test', type: 'boolean',
  value: false,
  description: 'Enable unit tests')