Fix small bug in xinit Makefile introduced in r12661.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12668 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-09-23 16:31:13 +00:00
parent 5345f110e7
commit 135af65e01

View File

@ -24,7 +24,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