From: Andy Boyett Date: Tue, 10 Jun 2008 06:36:33 +0000 (+0000) Subject: libXt: Add libX11 dep X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3223f53a8ecd3db6da872394d7791a6d425a4f1a;p=openwrt%2Fsvn-archive%2Fpackages.git libXt: Add libX11 dep SVN-Revision: 11423 --- diff --git a/XOrg/lib/libXt/Makefile b/XOrg/lib/libXt/Makefile index 02395a570..9f4839598 100644 --- a/XOrg/lib/libXt/Makefile +++ b/XOrg/lib/libXt/Makefile @@ -21,7 +21,7 @@ define Package/libXt SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+xorg-headers-native +util-macros +libSM @DISPLAY_SUPPORT + DEPENDS:=+xorg-headers-native +util-macros +libX11 +libSM @DISPLAY_SUPPORT TITLE:=libXt URL:=http://xorg.freedesktop.org/ endef