forked from mamolinux/sucharu
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
38 lines (36 loc) · 2.33 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
option('gnome-shell', type: 'boolean', value: true, description:'build gnome-shell component')
option('gnome-shell-default-variant', type: 'string', value: 'light', description:'default variant to be used for gnome-shell')
option('gnome-shell-default-high-contrast-variant', type: 'string', value: 'blue-dark', description:'default variant to be used for gnome-shell high contrast')
option('gnome-shell-gresource', type: 'boolean', value: false, description: 'build gnome-shell component in gresources')
option('gnome-shell-user-themes-support', type: 'feature', value: 'auto', description: 'install gnome-shell uncompressed CSS themes as User Themes expects')
option('gdm-default-variant', type: 'string', value: 'dark', description:'default variant to be used in GDM')
option('gtk', type: 'boolean', value: true, description:'build gtk component')
option('gtksourceview', type: 'boolean', value: true, description:'build gtksourceview component')
option('metacity', type: 'boolean', value: true, description:'build metacity component')
# option('sounds', type: 'boolean', value: true, description:'build sounds component')
option('sessions', type: 'boolean', value: true, description:'build sessions component')
option('cinnamon-shell', type: 'boolean', value: true, description:'build for cinnamon component')
option('default', type: 'boolean', value: true, description:'build Sucharu default flavour')
option('dark', type: 'boolean', value: true, description:'build Sucharu dark flavour')
option('darker', type: 'boolean', value: true, description:'build Sucharu darker flavour')
option('ubuntu-unity', type: 'boolean', value: false, description:'build Sucharu with Unity assets')
option('xfwm4', type: 'boolean', value: false, description:'build Sucharu with xfwm4 assets')
option('plank', type: 'boolean', value: true, description:'build Sucharu with plank assets')
# option('cinnamon', type: 'boolean', value: false, description:'build Sucharu with Cinnamon flavour')
# option('cinnamon-dark', type: 'boolean', value: false, description:'build Sucharu with Cinnamon dark flavour')
# We use the dark flat above to do the dark variants of them
option('accent-colors',
type: 'array',
choices: [
'aqua',
'blue',
'brown',
'grey',
'orange',
'pink',
'purple',
'red',
'sand',
'teal',
],
)