summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 91418cc8ef4309d437b2915fc8c929e30bbe0472 (plain)
1
2
3
4
5
6
7
option('enable-grl-net', type: 'boolean', value: true, description: 'Enable Grilo Net library')
option('enable-grl-pls', type: 'boolean', value: true, description: 'Enable Grilo Pls library')
option('enable-gtk-doc', type: 'boolean', value: true, description: 'Enable generating the API reference')
option('enable-introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection')
option('enable-test-ui', type: 'boolean', value: true, description: 'Build Test UI')
option('enable-vala', type: 'boolean', value: true, description: 'Enable Vala (enables GObject Introspection)')
option('soup3', type: 'boolean', value: true, description: 'Whether to use libsoup3')