From ee7fd2c699dbc5948aaceafeacc52888ba57a5ae Mon Sep 17 00:00:00 2001 From: mirko Date: Mon, 23 Feb 2009 21:23:44 +0000 Subject: [PATCH] added libXaw as dependency to xmessage git-svn-id: svn://svn.openwrt.org/openwrt/packages@14647 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/app/xmessage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/app/xmessage/Makefile b/Xorg/app/xmessage/Makefile index 03850785e..3e8d730d2 100644 --- a/Xorg/app/xmessage/Makefile +++ b/Xorg/app/xmessage/Makefile @@ -22,7 +22,7 @@ define Package/xmessage SECTION:=xorg-app CATEGORY:=Xorg SUBMENU:=app - DEPENDS:= + DEPENDS:=+libXaw TITLE:=xmessage URL:=http://xorg.freedesktop.org/ endef