summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/gtk-engines3/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs/gtk-engines3/BUILD')
-rwxr-xr-xgnome3-libs/gtk-engines3/BUILD41
1 files changed, 41 insertions, 0 deletions
diff --git a/gnome3-libs/gtk-engines3/BUILD b/gnome3-libs/gtk-engines3/BUILD
new file mode 100755
index 0000000000..71c55b9882
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/BUILD
@@ -0,0 +1,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