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:
f198df6
)
Fix small bug in xinit Makefile introduced in r12661.
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 23 Sep 2008 16:31:13 +0000
(16:31 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 23 Sep 2008 16:31:13 +0000
(16:31 +0000)
SVN-Revision: 12668
XOrg/app/xinit/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/xinit/Makefile
b/XOrg/app/xinit/Makefile
index fcf0da952ab8f22dc98d05a12573fe60406bf3a2..8419df49609a5a8cacf528487bdf10c0e6a2b836 100644
(file)
--- 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