Codebase list gnome-shell-extensions / 93e65e52-da2e-415f-893f-7aa793a818fb/main meson_options.txt
93e65e52-da2e-415f-893f-7aa793a818fb/main

Tree @93e65e52-da2e-415f-893f-7aa793a818fb/main (Download .tar.gz)

meson_options.txt @93e65e52-da2e-415f-893f-7aa793a818fb/mainraw · history · blame

option('extension_set',
  type: 'combo',
  choices: ['classic', 'default', 'all'],
  value: 'default',
  description: 'Predefined sets of extensions'
)

option('enable_extensions',
  type: 'array',
  value: [],
  description: 'Comma separated list of extensions to enable instead of a predefined set.'
)

option('classic_mode',
  type: 'boolean',
  value: false,
  description: 'Enable installing data files for classic mode.'
)