[packages] libXt: Add libX11 dep
authorAndy Boyett <agb@openwrt.org>
Tue, 10 Jun 2008 06:36:33 +0000 (06:36 +0000)
committerAndy Boyett <agb@openwrt.org>
Tue, 10 Jun 2008 06:36:33 +0000 (06:36 +0000)
SVN-Revision: 11423

XOrg/lib/libXt/Makefile

index 02395a5705b16e66377e7f65c1c3c4cace15ac2d..9f4839598071db893fcfe377da6f7880c8cf815e 100644 (file)
@@ -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