Fix small bug in xinit Makefile introduced in r12661.
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 23 Sep 2008 16:31:13 +0000 (16:31 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Tue, 23 Sep 2008 16:31:13 +0000 (16:31 +0000)
SVN-Revision: 12668

XOrg/app/xinit/Makefile

index fcf0da952ab8f22dc98d05a12573fe60406bf3a2..8419df49609a5a8cacf528487bdf10c0e6a2b836 100644 (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