gparted/meson_options.txt
2018-08-12 13:19:01 +01:00

7 lines
586 B
Meson

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')