[Lunar-commits] <moonbase> alsaplayer: use gtk+-2 as an optional depend.
Florin Braescu
florin at lunar-linux.org
Sun Dec 28 14:28:57 CET 2008
commit 7b4fa78fa96ee97866f9d830e9ce3b654e5d44ab
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Dec 28 15:28:57 2008 +0200
alsaplayer: use gtk+-2 as an optional depend.
Proposed by O. Dietsch.
---
audio/alsaplayer/DEPENDS | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/audio/alsaplayer/DEPENDS b/audio/alsaplayer/DEPENDS
index ab7aab5..1a84c83 100644
--- a/audio/alsaplayer/DEPENDS
+++ b/audio/alsaplayer/DEPENDS
@@ -1,7 +1,10 @@
-depends gtk+-2
-
optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils"
+optional_depends "gtk+-2" \
+ "--enable-gtk2" \
+ "--disable-gtk2" \
+ "for GTK+-2 GUI support"
+
optional_depends "audiofile" \
"--enable-audiofile" \
"--disable-audiofile" \
More information about the Lunar-commits
mailing list