option('mimeapps-list', type : 'boolean', value: true,
       description : 'Install Pantheon default mimetype associations')

option('fallback-session', type : 'string', value: 'ubuntu',
       description : 'Fallback session to use for Pantheon')

option('detect-program-prefixes', type: 'boolean', value: false,
       description : 'This is needed for platforms that install packages into individual prefixes (like Guix System or NixOS')

option('systemd', type: 'boolean', value: true,
       description : 'Install systemd unit files for managing the Pantheon session with gnome-session systemd support')

option('systemduserunitdir', type: 'string', value: '',
       description : 'Custom directory for systemd user units')

option('x11', type: 'boolean', value: true,
       description: 'Install X11 session')
