summaryrefslogtreecommitdiffstats
path: root/chat-im/gnomemeeting/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gnomemeeting/BUILD')
-rwxr-xr-xchat-im/gnomemeeting/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/chat-im/gnomemeeting/BUILD b/chat-im/gnomemeeting/BUILD
new file mode 100755
index 0000000000..f59e1883f6
--- /dev/null
+++ b/chat-im/gnomemeeting/BUILD
@@ -0,0 +1,7 @@
+if [ "$GTK_ONLY" == "y" ]; then
+ echo "Building without gnome support" &&
+ OPTS="$OPTS --disable-gnome"
+else
+ echo "Building with gnome support"
+fi &&
+default_build