projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed63f00
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 15:33:59 +0000
(15:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 15:33:59 +0000
(15:33 +0000)
SVN-Revision: 10192
XOrg/lib/libxkbfile/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/libxkbfile/Makefile
b/XOrg/lib/libxkbfile/Makefile
index 0de2cd45c6a806f00e49fadcfe001a5b0d4f9e09..af66b0e976905f0f95548a545f4f47f4eb46837f 100644
(file)
--- a/
XOrg/lib/libxkbfile/Makefile
+++ b/
XOrg/lib/libxkbfile/Makefile
@@
-21,7
+21,7
@@
define Package/libxkbfile
SECTION:=xorg-libraries
CATEGORY:=Xorg
SUBMENU:=libraries
- DEPENDS:=+xorg-headers-native +util-macros @DISPLAY_SUPPORT
+ DEPENDS:=+xorg-headers-native +util-macros
+libX11
@DISPLAY_SUPPORT
TITLE:=libxkbfile
URL:=http://xorg.freedesktop.org/
endef