[Lunar-commits] <moonbase-gnome3> transmission: it optionally depends on gobject-introspection.

Florin Braescu florin at lunar-linux.org
Sun Oct 19 15:06:34 CEST 2014


commit 50c9268526c46163deea694922925da924bbfa20
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 16:06:10 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/50c9268526c46163deea694922925da924bbfa20

transmission: it optionally depends on gobject-introspection.
---
  apps/transmission/DEPENDS | +8/-2     
  1 file changed, 8 insertions(+), 2 deletions(-)

--- a/apps/transmission/DEPENDS
+++ b/apps/transmission/DEPENDS
@@ -3,5 +3,11 @@ depends intltool
 depends libevent
 depends openssl
 
-optional_depends "gtk+-3"     "--with-gtk"      "--without-gtk"       "for the GUI interface"
-optional_depends "libnotify4" "--with-inotify"  "--without-inotify"   "for inotify support"
+optional_depends "gtk+-3"     "--with-gtk"     "--without-gtk"     "for the GUI interface"
+optional_depends "libnotify4" "--with-inotify" "--without-inotify" "for inotify support"
+
+optional_depends "gobject-introspection"   \
+                 "--enable-introspection"  \
+                 "--disable-introspection" \
+                 " for object introspection"
+




More information about the Lunar-commits mailing list