summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-08 14:32:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-08 14:32:54 +0200
commit49ccd92daa4252b168d20d452f164eb62c37fb97 (patch)
treec9320674d7695ebfd7f8194a4a85769ba8008190 /package
parent4367ab3547390c0037a3b87882bce182aebc85d1 (diff)
parenta1cc6f938487f3d71a285b90cb7ed83d322e1e36 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-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