1 option('curses', type: 'combo',
2 choices: ['ncursesw', 'ncurses', 'auto'],
4 description: 'Choose which curses implementation to use')
6 option('mouse', type: 'combo',
7 choices: ['true', 'false', 'auto'],
9 description: 'Enable mouse support')
11 option('colors', type: 'combo',
12 choices: ['ncursesw', 'ncurses', 'auto'],
14 description: 'Enable color support')
16 option('multibyte', type: 'boolean',
18 description: 'Enable multibyte character support')
20 option('locale', type: 'combo',
21 choices: ['true', 'false', 'auto'],
23 description: 'Enable locale support')
25 option('nls', type: 'combo',
26 choices: ['true', 'false', 'auto'],
28 description: 'Enable NLS support')
30 option('lirc', type: 'combo',
31 choices: ['true', 'false', 'auto'],
33 description: 'Enable LIRC support')
35 option('tcp', type: 'boolean',
37 description: 'Enable TCP support')
39 option('async_connect', type: 'boolean',
41 description: 'Enable asynchronous connect')
43 option('mini', type: 'boolean',
45 description: 'Build ncmpc-mini, i.e. without all optional features')
47 option('help_screen', type: 'boolean',
49 description: 'Enable the help screen')
51 option('artist_screen', type: 'boolean',
53 description: 'Enable the artist screen')
55 option('search_screen', type: 'boolean',
57 description: 'Enable the search screen')
59 option('song_screen', type: 'boolean',
61 description: 'Enable the song viewer screen')
63 option('key_screen', type: 'boolean',
65 description: 'Enable the key editor screen')
67 option('lyrics_screen', type: 'boolean',
69 description: 'Enable the lyrics screen')
71 option('outputs_screen', type: 'boolean',
73 description: 'Enable the outputs screen')
75 option('chat_screen', type: 'boolean',
77 description: 'Enable the chat screen')
79 option('documentation', type: 'boolean',
81 description: 'Build API documentation')