summaryrefslogtreecommitdiffstats
path: root/audio-players/gmpc/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/gmpc/DEPENDS')
-rwxr-xr-xaudio-players/gmpc/DEPENDS19
1 files changed, 12 insertions, 7 deletions
diff --git a/audio-players/gmpc/DEPENDS b/audio-players/gmpc/DEPENDS
index 6e0e9e68f7..4d140df21d 100755
--- a/audio-players/gmpc/DEPENDS
+++ b/audio-players/gmpc/DEPENDS
@@ -1,8 +1,13 @@
-depends libmpd &&
-depends libglade2 &&
-depends gnome-vfs2 &&
+depends glib2 &&
+depends gob2 &&
+depends libmpd &&
+depends libglade2 &&
+depends libsoup &&
+depends sqlite &&
-optional_depends mpd \
- '' \
- '' \
- 'for the music player server'
+optional_depends libsexy \
+ "--enable-system-libsexy" \
+ "--disable-system-libsexy" \
+ "use system libsexy instead of bundles?" &&
+
+suggest_depends mpd "" "" "for the music player daemon"