forked from ubuntu/yaru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
12 lines (11 loc) · 1 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
option('icons', type: 'boolean', value: true, description:'build icons component')
option('gnome-shell', type: 'boolean', value: true, description:'build gnome-shell component')
option('gnome-shell-gresource', type: 'boolean', value: false, description: 'build gnome-shell component in gresources')
option('gtk', type: 'boolean', value: true, description:'build gtk component')
option('sounds', type: 'boolean', value: true, description:'build sounds component')
option('sessions', type: 'boolean', value: true, description:'build sessions component')
option('communitheme_compat', type: 'boolean', value: false, description:'build communitheme-compact')
option('default', type: 'boolean', value: true, description:'build Yaru gtk default flavour')
option('dark', type: 'boolean', value: true, description:'build Yaru gtk dark flavour')
option('light', type: 'boolean', value: true, description:'build Yaru gtk light flavour')
option('ubuntu-unity', type: 'boolean', value: false, description:'build Yaru with Unity assets')