remove obsolete dependency on missing package libXp
authorFelix Fietkau <nbd@openwrt.org>
Fri, 12 Sep 2008 20:32:51 +0000 (20:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 12 Sep 2008 20:32:51 +0000 (20:32 +0000)
SVN-Revision: 12577

XOrg/lib/libXaw/Makefile

index 91b42031b4f0ef13d1744f513364585004faafed..ceedf6b5af6bd2a8545e225f57e9428be375f9c5 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXaw
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto +libX11 +libXext +xextproto +libXt +libXmu +libXmu +libXpm +libXp +printproto +libXau @DISPLAY_SUPPORT
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto +libX11 +libXext +xextproto +libXt +libXmu +libXmu +libXpm +printproto +libXau @DISPLAY_SUPPORT
   TITLE:=libXaw
   URL:=http://xorg.freedesktop.org/
 endef