From a159f0b42d19c0e3cfe33e580b38c81e8b59550c Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 23 Sep 2008 16:31:13 +0000 Subject: [PATCH] Fix small bug in xinit Makefile introduced in r12661. SVN-Revision: 12668 --- XOrg/app/xinit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2