fix a recursive dependency on libX11 between xorg-server & xorg-server-essentials

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10813 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-04-13 13:05:54 +00:00
parent 812e5349f6
commit a0ea70ff04

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -22,7 +22,7 @@ define Package/xinit
SECTION:=xorg-app
CATEGORY:=Xorg
SUBMENU:=app
DEPENDS:=libX11 @DISPLAY_SUPPORT
DEPENDS:=+libX11 @DISPLAY_SUPPORT
TITLE:=xinit
URL:=http://xorg.freedesktop.org/
endef