Fix small bug in xinit Makefile introduced in r12661.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 16:31:13 +0000 (16:31 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 16:31:13 +0000 (16:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12668 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/app/xinit/Makefile

index fcf0da9..8419df4 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