More X package dependecy fixes.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12523 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69086fb8e8
commit
7c70c68091
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user