summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/gwget/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-apps/gwget/DEPENDS')
-rwxr-xr-xgnome2-apps/gwget/DEPENDS29
1 files changed, 17 insertions, 12 deletions
diff --git a/gnome2-apps/gwget/DEPENDS b/gnome2-apps/gwget/DEPENDS
index 5c17e56ea5..0fd0ae5238 100755
--- a/gnome2-apps/gwget/DEPENDS
+++ b/gnome2-apps/gwget/DEPENDS
@@ -1,12 +1,17 @@
-depends gtk+2 &&
-depends alsa-lib &&
-depends libgnomeui &&
-depends dbus-glib &&
-optional_depends epiphany \
- "" \
- "" \
- "for integration into epiphany web browser"
-optional_depends libnotify \
- "" \
- "" \
- "for popup notifications"
+depends gtk+2 &&
+depends orbit2 &&
+depends libgnomeui &&
+
+runtime_depends wget &&
+
+optional_depends epiphany \
+ "--enable-epiphany-extension" \
+ "--disable-epiphany-extension" \
+ "for integration into epiphany web browser"
+
+optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "for popup notifications" &&
+
+optional_depends dbus-glib "" "" "for D-Bus support"