summaryrefslogtreecommitdiffstats
path: root/chat-im/gnomemeeting/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gnomemeeting/DEPENDS')
-rwxr-xr-xchat-im/gnomemeeting/DEPENDS26
1 files changed, 26 insertions, 0 deletions
diff --git a/chat-im/gnomemeeting/DEPENDS b/chat-im/gnomemeeting/DEPENDS
new file mode 100755
index 0000000000..d56297ed1f
--- /dev/null
+++ b/chat-im/gnomemeeting/DEPENDS
@@ -0,0 +1,26 @@
+depends gcc34 &&
+depends openh323 &&
+if [ "$GTK_ONLY" == "y" ]; then
+ depends gtk+2
+else
+ depends libgnomeui &&
+ depends evolution-data-server
+fi &&
+
+if [ "$CVS" == "y" ]; then
+ depends automake-1.7
+fi &&
+
+optional_depends "sdl" \
+ "" \
+ "--disable-sdl" \
+ "For full screen video" &&
+
+optional_depends "arts" \
+ "" \
+ "" \
+ "For ARTS support" &&
+optional_depends "howl" \
+ "" \
+ "--disable-howl" \
+ "Required to build HOWL component"