-
Notifications
You must be signed in to change notification settings - Fork 7
/
meson_options.txt
20 lines (19 loc) · 1.22 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- mode: meson -*-
option('version', type: 'string', description: '''override the version of the build''')
option('rootprefix', type: 'string', description: '''override the root prefix''')
option('unitdir', type: 'string', value: 'lib/systemd/user')
option('lastfm_api_key', type: 'string', value: '990909c4e451d6c1ee3df4f5ee87e6f4',
description: ''' The API key obtained from last.fm ''')
option('lastfm_api_secret', type: 'string', value: '8bde8774564ef206edd9ef9722742a72',
description: ''' The API secret obtained from last.fm ''')
option('librefm_api_key', type: 'string', value: '299dead99beef992',
description: ''' The API key obtained from libre.fm ''')
option('librefm_api_secret', type: 'string', value: 'c0ffee1511fe',
description: ''' The API secret obtained from libre.fm ''')
option('listenbrainz_api_key', type: 'string', value: '8L6O_eyMFyUWVW0SxWllqg',
description: ''' The API key obtained from listenbrainz.org ''')
option('listenbrainz_api_secret', type: 'string', value: '2OWfXf0r06ubXtZPxYTWBQ',
description: ''' The API secret obtained from listenbrainz.org ''')
option('libeventdebug', type: 'boolean', value: false)
option('libcurldebug', type: 'boolean', value: false)
option('libdbusdebug', type: 'boolean', value: false)