if [ "$CLEARLOOKS" == "y" ]; then
   OPTS="$OPTS --disable-clearlooks"
fi                                        &&

if [ "$CRUX" == "y" ]; then
   OPTS="$OPTS --disable-crux"
fi                                        &&

if [ "$HC" == "y" ]; then
   OPTS="$OPTS --disable-hc"
fi                                        &&

if [ "$INDUSTRIAL" == "y" ]; then
   OPTS="$OPTS --disable-industrial"
fi                                        &&

if [ "$LIGHTHOUSE" == "y" ]; then
   OPTS="$OPTS --disable-lighthouseblue"
fi                                        &&

if [ "$METAL" == "y" ]; then
   OPTS="$OPTS --disable-metal"
fi                                        &&

if [ "$MIST" == "y" ]; then
   OPTS="$OPTS --disable-mist"
fi                                        &&

if [ "$REDMOND" == "y" ]; then
   OPTS="$OPTS --disable-redmond"
fi                                        &&

if [ "$SMOOTH" == "y" ]; then
   OPTS="$OPTS --disable-smooth"
fi                                        &&

if [ "$THINICE" == "y" ]; then
   OPTS="$OPTS --disable-thinice"
fi                                        &&

default_build
