summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/gwc/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-apps/gwc/DEPENDS')
-rwxr-xr-xgnome2-apps/gwc/DEPENDS17
1 files changed, 16 insertions, 1 deletions
diff --git a/gnome2-apps/gwc/DEPENDS b/gnome2-apps/gwc/DEPENDS
index e3453add1a..a2f18245eb 100755
--- a/gnome2-apps/gwc/DEPENDS
+++ b/gnome2-apps/gwc/DEPENDS
@@ -1,3 +1,18 @@
depends libgnomeui &&
depends libsndfile &&
-depends fftw
+depends fftw &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA output support" &&
+
+optional_depends libvorbis \
+ "--enable-ogg" \
+ "--disable-ogg" \
+ "for Ogg file reading support" &&
+
+optional_depends mpg123 \
+ "--enable-mp3" \
+ "--disable-mp3" \
+ "for mp3 file reading support"