forked from flatpak/xdg-desktop-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
52 lines (52 loc) · 1.83 KB
/
meson_options.txt
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
46
47
48
49
50
51
52
option('dbus-service-dir',
type: 'string',
value: '',
description: 'directory for dbus service files (default: PREFIX/share/dbus-1/services)')
option('flatpak-interfaces',
type: 'feature',
value: 'auto',
description: 'Build flatpak interfaces')
option('flatpak-interfaces-dir',
type: 'string',
value: '',
description: 'directory for Flatpak interface files (default: PREFIX/share/dbus-1/interfaces)')
option('systemd-user-unit-dir',
type: 'string',
value: '',
description: 'directory for systemd user service files (default: PREFIX/lib/systemd/user)')
option('libportal',
type: 'feature',
value: 'auto',
description: 'Enable libportal support. Needed for tests')
option('geoclue',
type: 'feature',
value: 'auto',
description: 'Enable Geoclue support. Needed for location portal')
option('systemd',
type: 'feature',
value: 'auto',
description: 'Enable systemd support')
option('documentation',
type: 'feature',
value: 'auto',
description: 'Build documentation (requires sphinx)')
option('datarootdir',
type: 'string',
value: '',
description: 'Define the datarootdir for the pkgconf file')
option('installed-tests',
type: 'boolean',
value: false,
description: 'Enable installation of some test cases')
option('pytest',
type: 'feature',
value: 'auto',
description: 'Enable the pytest-based test suite')
option('man-pages',
type: 'feature',
value: 'auto',
description: 'Build man pages (requires rst2man)')
option('sandboxed-image-validation',
type: 'feature',
value: 'enabled',
description: 'Use Bubblewrap to sandbox image validation. Disabling this option may lead to security vulnerabilities.')