summaryrefslogtreecommitdiff
path: root/package/xkbcomp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
commitc48212fda03866172022c7666ae2353168a295d8 (patch)
tree59a0d8acdd7204cdafe4ccc84f3c2e60bdcf39b6 /package/xkbcomp
parent633388aa0d49b87d723ed7475e434a514bd391bd (diff)
parentbd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xkbcomp')
-rw-r--r--package/xkbcomp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/xkbcomp/Makefile b/package/xkbcomp/Makefile
index 0b7d94bc8..9039f733d 100644
--- a/package/xkbcomp/Makefile
+++ b/package/xkbcomp/Makefile
@@ -5,10 +5,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= xkbcomp
PKG_VERSION:= 1.0.5
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 10e6661a35aa994a9aa73ded0cf70259
PKG_DESCR:= x11 keyboard compiler
PKG_SECTION:= x11/libs
+PKG_BUILDDEP:= libxkbfile libX11
+PKG_DEPENDS:= libxkbfile libx11
PKG_SITES:= http://xorg.freedesktop.org/releases/X11R7.4/src/everything/
include $(TOPDIR)/mk/package.mk