diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 12:00:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 12:00:09 +0100 |
commit | b03eb64f053458af98cd70923fe1650e01192e13 (patch) | |
tree | f492658dc48ae40e55b0383e37fbaa192790f468 /package/libxkbfile | |
parent | 2264abb73c8690a6fe2deab52d5810595f1a7c0a (diff) |
add some build-deps for X libraries
Diffstat (limited to 'package/libxkbfile')
-rw-r--r-- | package/libxkbfile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxkbfile/Makefile b/package/libxkbfile/Makefile index 00f85b570..d6da115a4 100644 --- a/package/libxkbfile/Makefile +++ b/package/libxkbfile/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= a1384a9a48430397aff236f97e26ed05 PKG_DESCR:= X11 keyboard configuration extension library PKG_SECTION:= x11 +PKG_BUILDDEP+= kbproto libX11 PKG_SITES:= ${MASTER_SITE_XORG} include $(TOPDIR)/mk/package.mk |