gnome-shell/meson_options.txt

30 lines
509 B
Meson
Raw Normal View History

option('browser_plugin',
type: 'boolean',
value: true,
description: 'Enable extensions.gnome.org browser plugin'
)
option('gtk_doc',
type: 'boolean',
value: false,
description: 'Build API reference'
)
option('man',
type: 'boolean',
value: true,
description: 'Generate man pages'
)
option('networkmanager',
type: 'boolean',
value: true,
description: 'Enable NetworkManager support'
)
option('systemd',
type: 'boolean',
value: true,
description: 'Enable systemd integration'
)