fix a dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
63df68ef13
commit
eda99f3469
@ -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_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:=
|
|
||||||
ifneq (xinit,xinit)
|
|
||||||
_DEPEND+=xorg-server-essentials
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/xinit
|
define Package/xinit
|
||||||
SECTION:=xorg-app
|
SECTION:=xorg-app
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=app
|
SUBMENU:=app
|
||||||
DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
|
DEPENDS:=libX11 @DISPLAY_SUPPORT
|
||||||
TITLE:=xinit
|
TITLE:=xinit
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user