gparted/meson_options.txt

7 lines
586 B
Meson
Raw Normal View History

2018-04-26 10:33:46 +00:00
option('help', type: 'boolean', value: false, description: 'install help via gnome-doc-utils')
option('man', type: 'boolean', value: true, description: 'install manpages')
option('libparted_dmraid', type: 'boolean', value: false, description: 'support dmraid')
option('online-resize', type: 'boolean', value: false, description: 'support online resize')
option('polkit', type: 'boolean', value: false, description: 'install polkit policy files')
option('xhost_root', type: 'combo', choices: ['yes', 'no'], value: 'no', description: 'enable explicitly granting root access the display')