From 64199fbb8330645ae1563f73446e36a11f866d3a Mon Sep 17 00:00:00 2001 From: ryd Date: Tue, 23 Feb 2010 01:47:03 +0000 Subject: [PATCH] Fix dependencies for vte git-svn-id: svn://svn.openwrt.org/openwrt/packages@19821 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/vte/Makefile | 2 +- Xorg/xorg/lib/libX11/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorg/lib/vte/Makefile b/Xorg/lib/vte/Makefile index 2e5f6dff7..2dd34e8f3 100644 --- a/Xorg/lib/vte/Makefile +++ b/Xorg/lib/vte/Makefile @@ -38,7 +38,7 @@ define Package/vte SUBMENU:=libraries TITLE:=Virtual Terminal Widget URL:=http://developer.gnome.org/arch/gnome/widgets/vte.html - DEPENDS:=+gtk2 +libncurses + DEPENDS:=+gtk2 +libncurses +libX11 endef define Package/python-vte diff --git a/Xorg/xorg/lib/libX11/Makefile b/Xorg/xorg/lib/libX11/Makefile index 8f4085741..d2b886dd4 100644 --- a/Xorg/xorg/lib/libX11/Makefile +++ b/Xorg/xorg/lib/libX11/Makefile @@ -27,7 +27,7 @@ define Package/libX11 SECTION:=xorg-lib CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+libXdmcp +libXau + DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11 TITLE:=libX11 URL:=http://xorg.freedesktop.org/ endef