Codebase list gnome-shell-extensions / 1a394f7f-e9ad-43e0-8b6c-cedc458e54fe/main meson_options.txt
1a394f7f-e9ad-43e0-8b6c-cedc458e54fe/main

Tree @1a394f7f-e9ad-43e0-8b6c-cedc458e54fe/main (Download .tar.gz)

meson_options.txt @1a394f7f-e9ad-43e0-8b6c-cedc458e54fe/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.'
)