From 9aeabe507e99e83379e7406a23517c7a9ca6b4e0 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Thu, 21 May 2009 19:25:18 +0000 Subject: [PATCH] [packages] Xorg/apps/xdm: add missing libX11 libXmu libXau and libXaw deps SVN-Revision: 15967 --- Xorg/app/xdm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2