Codebase list gnome-shell-extensions / 47366463-9e97-470c-979e-941e5f3a1291/main meson_options.txt
47366463-9e97-470c-979e-941e5f3a1291/main

Tree @47366463-9e97-470c-979e-941e5f3a1291/main (Download .tar.gz)

meson_options.txt @47366463-9e97-470c-979e-941e5f3a1291/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.'
)