merge r15967 to 8.09
authorAndy Boyett <agb@openwrt.org>
Thu, 21 May 2009 19:29:44 +0000 (19:29 +0000)
committerAndy Boyett <agb@openwrt.org>
Thu, 21 May 2009 19:29:44 +0000 (19:29 +0000)
[packages] Xorg/apps/xdm: add missing libX11 libXmu and libXau deps

SVN-Revision: 15969

Xorg/app/xdm/Makefile

index 0d601c450397e91356ac0643847d950bf2ac8744..57bf0819ba7a15b798e0894b8d69ffb6fc1ae177 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2008 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_BASE_NAME:=xdm
 PKG_NAME:=xdm
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_VERSION:=1.1.6
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -22,7 +22,7 @@ define Package/xdm
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=
+  DEPENDS:=+libX11 +libXmu +libXau +libXaw
   TITLE:=xdm
   URL:=http://xorg.freedesktop.org/
 endef