From: Lars-Peter Clausen Date: Tue, 23 Sep 2008 16:31:13 +0000 (+0000) Subject: Fix small bug in xinit Makefile introduced in r12661. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a159f0b42d19c0e3cfe33e580b38c81e8b59550c;p=openwrt%2Fsvn-archive%2Fpackages.git Fix small bug in xinit Makefile introduced in r12661. SVN-Revision: 12668 --- diff --git a/XOrg/app/xinit/Makefile b/XOrg/app/xinit/Makefile index fcf0da952..8419df496 100644 --- a/XOrg/app/xinit/Makefile +++ b/XOrg/app/xinit/Makefile @@ -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