summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/gtk-engines3/BUILD
blob: 71c55b988240d595bda2c1189901d5ead67bdb79 (plain) (blame)
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
39
40
41
if [ "$GTKENGINE_CLEARLOOKS" == "n" ]; then
   OPTS="$OPTS --disable-clearlooks"
fi                                        &&

if [ "$GTKENGINE_CRUX" == "n" ]; then
   OPTS="$OPTS --disable-crux"
fi                                        &&

if [ "$GTKENGINE_HC" == "n" ]; then
   OPTS="$OPTS --disable-hc"
fi                                        &&

if [ "$GTKENGINE_INDUSTRIAL" == "n" ]; then
   OPTS="$OPTS --disable-industrial"
fi                                        &&

if [ "$GTKENGINE_MIST" == "n" ]; then
   OPTS="$OPTS --disable-mist"
fi                                        &&

if [ "$GTKENGINE_REDMOND" == "n" ]; then
   OPTS="$OPTS --disable-redmond"
fi                                        &&

if [ "$GTKENGINE_GLIDE" == "n" ]; then
   OPTS="$OPTS --disable-glide"
fi                                        &&

if [ "$GTKENGINE_THINICE" == "n" ]; then
   OPTS="$OPTS --disable-thinice"
fi                                        &&

if [ "$GTKENGINE_LUA" == "y" ]; then
   OPTS="$OPTS --enable-thinice"
fi                                        &&

if [ "$GTKENGINE_ANIMATION" == "y" ]; then
   OPTS="$OPTS --enable-animation"
fi                                        &&

default_build