Codebase list gnome-shell-extensions / 2b2d6540-9562-467f-9411-fd5dc725fa33/main meson_options.txt
2b2d6540-9562-467f-9411-fd5dc725fa33/main

Tree @2b2d6540-9562-467f-9411-fd5dc725fa33/main (Download .tar.gz)

meson_options.txt @2b2d6540-9562-467f-9411-fd5dc725fa33/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.'
)