From: Lars-Peter Clausen Date: Wed, 3 Sep 2008 21:59:13 +0000 (+0000) Subject: More X package dependecy fixes. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=3559507c8579f47f905c89e7d8c26566223753b6 More X package dependecy fixes. SVN-Revision: 12523 --- diff --git a/XOrg/app/packages b/XOrg/app/packages index 904bfa1e25..8237c16c47 100644 --- a/XOrg/app/packages +++ b/XOrg/app/packages @@ -1,9 +1,9 @@ -xcalc-1.0.2|+font-misc-misc -xclipboard-1.0.1| -xdm-1.1.6| -xeyes-1.0.1| -xinit-1.0.5| -xlogo-1.0.1| -xmessage-1.0.2| -xset-1.0.3| -xsetroot-1.0.2| +xcalc-1.0.2|+libX11+font-misc-misc +xclipboard-1.0.1|+libX11 +xdm-1.1.6|+libX11 +xeyes-1.0.1|+libX11 +xinit-1.0.5|+libX11 +xlogo-1.0.1|+libX11 +xmessage-1.0.2|+libX11 +xset-1.0.3|+libX11 +xsetroot-1.0.2|+libX11 diff --git a/XOrg/app/template.mk b/XOrg/app/template.mk index d6d18690b2..d65055872f 100644 --- a/XOrg/app/template.mk +++ b/XOrg/app/template.mk @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_VERSION:=@VER@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ +PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ _DEPEND:=@DEP@ ifneq (@NAME@,xinit) diff --git a/XOrg/app/xcalc/Makefile b/XOrg/app/xcalc/Makefile index 7220d06efb..d2abb1bf3a 100644 --- a/XOrg/app/xcalc/Makefile +++ b/XOrg/app/xcalc/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +font-misc-misc +_DEPEND:= +libX11 +font-misc-misc ifneq (xcalc,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xclipboard/Makefile b/XOrg/app/xclipboard/Makefile index a09155c3dd..7eab19146c 100644 --- a/XOrg/app/xclipboard/Makefile +++ b/XOrg/app/xclipboard/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xclipboard,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xdm/Makefile b/XOrg/app/xdm/Makefile index 3b45e4dfe5..169a3c1efc 100644 --- a/XOrg/app/xdm/Makefile +++ b/XOrg/app/xdm/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xdm,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xeyes/Makefile b/XOrg/app/xeyes/Makefile index 3acc212eac..d0c6b7e522 100644 --- a/XOrg/app/xeyes/Makefile +++ b/XOrg/app/xeyes/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xeyes,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xinit/Makefile b/XOrg/app/xinit/Makefile index 94d9bbb059..1fcd55cb2e 100644 --- a/XOrg/app/xinit/Makefile +++ b/XOrg/app/xinit/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xinit,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xlogo/Makefile b/XOrg/app/xlogo/Makefile index dbf4ddb54d..f0a261815f 100644 --- a/XOrg/app/xlogo/Makefile +++ b/XOrg/app/xlogo/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xlogo,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xmessage/Makefile b/XOrg/app/xmessage/Makefile index 91f17f0299..5e4db1c577 100644 --- a/XOrg/app/xmessage/Makefile +++ b/XOrg/app/xmessage/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xmessage,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xset/Makefile b/XOrg/app/xset/Makefile index bad4d2a71f..dbab0be71b 100644 --- a/XOrg/app/xset/Makefile +++ b/XOrg/app/xset/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xset,xinit) _DEPEND+=xorg-server-essentials endif diff --git a/XOrg/app/xsetroot/Makefile b/XOrg/app/xsetroot/Makefile index ea2a64a653..bad5149b10 100644 --- a/XOrg/app/xsetroot/Makefile +++ b/XOrg/app/xsetroot/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ -_DEPEND:= +_DEPEND:= +libX11 ifneq (xsetroot,xinit) _DEPEND+=xorg-server-essentials endif