[packages] libXt: Add libX11 dep
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2008 06:36:33 +0000 (06:36 +0000)
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2008 06:36:33 +0000 (06:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11423 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/libXt/Makefile

index 02395a5..9f48395 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