From 5c1a858ae4c19a30f1113230fcb065fef78bb521 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 Jan 2008 22:05:03 +0000 Subject: [PATCH 1/1] fix a dependency problem SVN-Revision: 10241 --- XOrg/app/xinit/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/XOrg/app/xinit/Makefile b/XOrg/app/xinit/Makefile index dcdecb86e8..1656ca4463 100644 --- a/XOrg/app/xinit/Makefile +++ b/XOrg/app/xinit/Makefile @@ -16,18 +16,13 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.2/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= -ifneq (xinit,xinit) -_DEPEND+=xorg-server-essentials -endif - include $(INCLUDE_DIR)/package.mk define Package/xinit SECTION:=xorg-app CATEGORY:=Xorg SUBMENU:=app - DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT + DEPENDS:=libX11 @DISPLAY_SUPPORT TITLE:=xinit URL:=http://xorg.freedesktop.org/ endef -- 2.30.2