added libXaw as dependency to xmessage
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Feb 2009 21:23:44 +0000 (21:23 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Feb 2009 21:23:44 +0000 (21:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14647 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/app/xmessage/Makefile

index 0385078..3e8d730 100644 (file)
@@ -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