summaryrefslogtreecommitdiffstats
path: root/chat-im/pidgin/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/pidgin/DEPENDS')
-rwxr-xr-xchat-im/pidgin/DEPENDS18
1 files changed, 10 insertions, 8 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index e3d51caa37..4ba0de0b43 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -90,15 +90,17 @@ optional_depends xscreensaver \
"--disable-screensaver" \
"to use X screensaver extension" &&
-optional_depends gstreamer \
- "" \
- "--disable-gstreamer" \
- "for GStreamer audio support" &&
+optional_depends gstreamer-1.0 \
+ "--with-gstreamer=1.0" \
+ "--disable-gstreamer --disable-farstream --disable-vv" \
+ "for Audio/Video support" &&
+if is_depends_enabled "$SPELL" gstreamer-1.0; then
+ optional_depends farstream \
+ "--enable-farstream --enable-vv" \
+ "--disable-farstream --disable-vv" \
+ "for Videoconferencing support"
+fi &&
-optional_depends farstream \
- "--enable-farstream --enable-vv" \
- "--disable-farstream --disable-vv" \
- "for voice/video support" &&
optional_depends avahi \
"" \