Codebase list gnome-shell-extensions / 67e7cbbb-3587-447e-b94e-f77148a7999a/main meson_options.txt
67e7cbbb-3587-447e-b94e-f77148a7999a/main

Tree @67e7cbbb-3587-447e-b94e-f77148a7999a/main (Download .tar.gz)

meson_options.txt @67e7cbbb-3587-447e-b94e-f77148a7999a/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.'
)