From: Felix Fietkau Date: Fri, 2 Jan 2009 02:55:20 +0000 (+0000) Subject: use conditional dependencies in vte as well X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a8ac4f55744aa2bd677b4dd27b60bc170bf26641 use conditional dependencies in vte as well SVN-Revision: 13816 --- diff --git a/Xorg/lib/vte/Makefile b/Xorg/lib/vte/Makefile index fb1adb35a2..28f8e0ece5 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