@@ -7,13 +7,13 @@ option('gtk', type: 'boolean', value: true, description:'build gtk component')
7
7
option (' gtksourceview' , type : ' boolean' , value : true , description :' build gtksourceview component' )
8
8
option (' metacity' , type : ' boolean' , value : true , description :' build metacity component' )
9
9
# option('sounds', type: 'boolean', value: true, description:'build sounds component')
10
- # option('sessions', type: 'boolean', value: true, description:'build sessions component')
10
+ option (' sessions' , type : ' boolean' , value : true , description :' build sessions component' )
11
11
option (' cinnamon-shell' , type : ' boolean' , value : true , description :' build for cinnamon component' )
12
12
13
13
option (' default' , type : ' boolean' , value : true , description :' build Sucharu default flavour' )
14
14
option (' dark' , type : ' boolean' , value : true , description :' build Sucharu dark flavour' )
15
15
option (' darker' , type : ' boolean' , value : true , description :' build Sucharu darker flavour' )
16
- # option('ubuntu-unity', type: 'boolean', value: false, description:'build Sucharu with Unity assets')
16
+ option (' ubuntu-unity' , type : ' boolean' , value : false , description :' build Sucharu with Unity assets' )
17
17
option (' xfwm4' , type : ' boolean' , value : false , description :' build Sucharu with xfwm4 assets' )
18
18
# option('cinnamon', type: 'boolean', value: false, description:'build Sucharu with Cinnamon flavour')
19
19
# option('cinnamon-dark', type: 'boolean', value: false, description:'build Sucharu with Cinnamon dark flavour')
0 commit comments