From 4e24988f17168783f40c307482812965a9840571 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 2 Jan 2009 02:55:20 +0000 Subject: [PATCH] use conditional dependencies in vte as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@13816 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/vte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/vte/Makefile b/Xorg/lib/vte/Makefile index fb1adb35a..28f8e0ece 100644 --- a/Xorg/lib/vte/Makefile +++ b/Xorg/lib/vte/Makefile @@ -46,7 +46,7 @@ define Package/python-vte SUBMENU:=Python TITLE:=Python bindings for vte URL:=http://developer.gnome.org/arch/gnome/widgets/vte.html - DEPENDS:=python-core +python-gtk +vte + DEPENDS:=python-core +PACKAGE_python-vte:python-gtk +vte endef define Package/vte/description