summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5b8c42d2f6b9dcdf38814e69f30e094876835b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
option('libgeoclue',
        type: 'boolean', value: true,
        description: 'Enable convenience library')
option('introspection',
        type: 'boolean', value: true,
        description: 'Enable convenience library introspection generation')
option('vapi',
        type: 'boolean', value: true,
        description: 'Enable convenience library vapi generation (ignored if introspection is disabled)')
option('gtk-doc',
       type: 'boolean', value: true,
       description: 'Whether to generate the API reference for Geocode-GLib')
option('3g-source',
       type: 'boolean', value: true,
       description: 'Enable 3G source (requires ModemManager')
option('cdma-source',
       type: 'boolean', value: true,
       description: 'Enable CDMA source (requires ModemManager')
option('modem-gps-source',
       type: 'boolean', value: true,
       description: 'Enable modem GPS source (requires ModemManager')
option('nmea-source',
       type: 'boolean', value: true,
       description: 'Enable network NMEA source (requires Avahi libraries)')
option('compass',
       type: 'boolean', value: true,
       description: 'Enable setting heading from net.hadess.SensorProxy compass')
option('enable-backend',
       type: 'boolean', value: true,
       description: 'Enable backend (the geoclue service)')
option('demo-agent',
       type: 'boolean', value: true,
       description: 'Build demo agent')
option('dbus-sys-dir',
       type: 'string',
       description: 'where D-BUS system.d directory is')
option('systemd-system-unit-dir',
       type: 'string',
       description: 'Directory for systemd service files')
option('dbus-srv-user',
       type: 'string', value: 'root',
       description: 'The user (existing) as which the service will run')
option('mozilla-api-key',
       type: 'string', value: 'geoclue',
       description: 'Your API key for Mozilla Location Service')