forked from flatpak/xdg-desktop-portal-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
30 lines (29 loc) · 1007 Bytes
/
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
option('dbus-service-dir',
type: 'string',
value: '',
description: 'directory for dbus service files (default: PREFIX/share/dbus-1/services)')
option('systemd-user-unit-dir',
type: 'string',
value: '',
description: 'directory for systemd user service files (default: PREFIX/lib/systemd/user)')
option('datarootdir',
type: 'string',
value: '',
description: 'Define the datarootdir for the pkgconf file')
# Features
option('wallpaper',
type: 'feature',
value: 'auto',
description: 'Enable Wallpaper portal (requires: gnome-desktop)')
option('settings',
type: 'feature',
value: 'auto',
description: 'Enable Settings portal (requires: fontconfig, gsettings-desktop-schemas)')
option('appchooser',
type: 'feature',
value: 'auto',
description: 'Enable AppChooser portal')
option('lockdown',
type: 'feature',
value: 'auto',
description: 'Enable Lockdown portal')