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:
49280b7
)
xkeyboard-config: Add missing dependency to xkbcomp
author
Michael Büsch
<mb@bu3sch.de>
Sun, 24 Oct 2010 09:52:01 +0000
(09:52 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 24 Oct 2010 09:52:01 +0000
(09:52 +0000)
SVN-Revision: 23608
Xorg/xorg/data/xkeyboard-config/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/xorg/data/xkeyboard-config/Makefile
b/Xorg/xorg/data/xkeyboard-config/Makefile
index dbbc14c7e26250da1cbc21666edc59dca9ea77f0..dc6079c3334b73ae217f74010b318ee24bc7d928 100644
(file)
--- a/
Xorg/xorg/data/xkeyboard-config/Makefile
+++ b/
Xorg/xorg/data/xkeyboard-config/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=xkeyboard-config
PKG_VERSION:=1.7
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://xlibs.freedesktop.org/xkbdesc/
@@
-24,6
+24,7
@@
define Package/xkeyboard-config
CATEGORY:=Xorg
SUBMENU:=data
TITLE:=xkeyboard-config
+ DEPENDS:=+xkbcomp
URL:=http://freedesktop.org/wiki/Software/XKeyboardConfig
endef