summaryrefslogtreecommitdiff
path: root/package/xkbcomp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-07 17:26:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-07 17:26:19 +0200
commiteb219162ffaa600a3f9e39b1e5a19f939ffb36a5 (patch)
tree51db9d498d98251b8d642ac5f25fd6aed88993e5 /package/xkbcomp
parent5fd4ed6e780f365e56c4b67172cf08ddd8221cc1 (diff)
add missing dependencies
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