forked from flatpak/libportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
18 lines (18 loc) · 893 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
option('backend-gtk3', type: 'feature', value: 'auto',
description: 'Build the GTK3 portal backend')
option('backend-gtk4', type: 'feature', value: 'auto',
description: 'Build the GTK4 portal backend')
option('backend-qt5', type: 'feature', value: 'auto',
description: 'Build the Qt5 portal backend')
option('backend-qt6', type: 'feature', value: 'auto',
description: 'Build the Qt6 portal backend')
option('portal-tests', type: 'boolean', value: false,
description : 'Build portal tests of each backend')
option('introspection', type: 'boolean', value: true,
description: 'Generate GObject introspection files')
option('vapi', type: 'boolean', value: true,
description : 'Generate Vala bindings')
option('docs', type: 'boolean', value: true,
description : 'Build API reference with gi-docgen')
option('tests', type: 'boolean', value: true,
description : 'Build unit tests')