projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a5231
)
fix a recursive dependency on libX11 between xorg-server & xorg-server-essentials
author
Nicolas Thill
<nico@openwrt.org>
Sun, 13 Apr 2008 13:05:54 +0000
(13:05 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 13 Apr 2008 13:05:54 +0000
(13:05 +0000)
SVN-Revision: 10813
XOrg/app/xinit/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/xinit/Makefile
b/XOrg/app/xinit/Makefile
index 1656ca44638b8034bdcc676b1a7e94c7c352207e..db1c0ce3facbb6f640f6414bfaf87229d3d693bc 100644
(file)
--- a/
XOrg/app/xinit/Makefile
+++ b/
XOrg/app/xinit/Makefile
@@
-1,5
+1,5
@@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-22,7
+22,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