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:
0cac2b7
)
xkbdata: Add missing dependency to xkbcomp
author
Michael Büsch
<mb@bu3sch.de>
Sun, 24 Oct 2010 09:49:23 +0000
(09:49 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 24 Oct 2010 09:49:23 +0000
(09:49 +0000)
SVN-Revision: 23607
Xorg/xorg/data/xkbdata/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/xorg/data/xkbdata/Makefile
b/Xorg/xorg/data/xkbdata/Makefile
index ca8713503803a82413d6e04139b826a90782101b..7587cfeb8d0ad71009d41756db2a467054e7d4ef 100644
(file)
--- a/
Xorg/xorg/data/xkbdata/Makefile
+++ b/
Xorg/xorg/data/xkbdata/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=xkbdata
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_VERSION:=1.0.1
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/data/
@@
-25,6
+25,7
@@
define Package/xkbdata
CATEGORY:=Xorg
SUBMENU:=data
TITLE:=xkbdata
+ DEPENDS:=+xkbcomp
URL:=http://xorg.freedesktop.org/
endef