From: Andy Boyett Date: Thu, 21 May 2009 19:25:18 +0000 (+0000) Subject: [packages] Xorg/apps/xdm: add missing libX11 libXmu libXau and libXaw deps X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9aeabe507e99e83379e7406a23517c7a9ca6b4e0;hp=df1cf4cc1b2a02bf6915f0a988d3780e01071029 [packages] Xorg/apps/xdm: add missing libX11 libXmu libXau and libXaw deps SVN-Revision: 15967 --- diff --git a/Xorg/app/xdm/Makefile b/Xorg/app/xdm/Makefile index 0d601c4503..57bf0819ba 100644 --- a/Xorg/app/xdm/Makefile +++ b/Xorg/app/xdm/Makefile @@ -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