summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/vte3/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs/vte3/SUB_DEPENDS')
-rwxr-xr-xgnome3-libs/vte3/SUB_DEPENDS10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnome3-libs/vte3/SUB_DEPENDS b/gnome3-libs/vte3/SUB_DEPENDS
index b68f7541be..724dd6102c 100755
--- a/gnome3-libs/vte3/SUB_DEPENDS
+++ b/gnome3-libs/vte3/SUB_DEPENDS
@@ -1,7 +1,11 @@
case $THIS_SUB_DEPENDS in
- pygtk2) echo "pygtk2 bindings requested, forcing them."
- depends pygtk2 '--enable-python'
- ;;
+ DEPRECATED) echo "Deprecated GLib/Pango/ATK/GDK/GTK+ features requested, forcing them."
+ VTE_DEPRECATED="--enable-deprecated"
+ persistent_add VTE_DEPRECATED
+ ;;
+ INTROSPECTION) echo "GObject introspection requested, forcing dependency on gobject-introspection."
+ depends gobject-introspection '--enable-introspection=yes'
+ ;;
*) echo "unknown sub-depends!"
return 1
;;