From: agb Date: Tue, 10 Jun 2008 06:36:33 +0000 (+0000) Subject: [packages] libXt: Add libX11 dep X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ac665a9d6d21b78bfacab7590c33d4e066872401;p=packages.git [packages] libXt: Add libX11 dep git-svn-id: svn://svn.openwrt.org/openwrt/packages@11423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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