diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-23 14:43:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-23 14:46:14 +0200 |
commit | 58eeb548906799709ffe076a90923a62efbcd83d (patch) | |
tree | f222bb44dcfde12da6f179b7ba95237a5fefc5b0 /package/xkeyboard-config | |
parent | ce8315ee97f10b7e1a677c7862a7aae5da294b32 (diff) |
xkeyboard-config: fix compile
Diffstat (limited to 'package/xkeyboard-config')
-rw-r--r-- | package/xkeyboard-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xkeyboard-config/Makefile b/package/xkeyboard-config/Makefile index cf1ed139e..b6ba0d40f 100644 --- a/package/xkeyboard-config/Makefile +++ b/package/xkeyboard-config/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76 PKG_DESCR:= keyboard config PKG_SECTION:= x11/misc -PKG_BUILDDEP:= util-macros xkbcomp +PKG_BUILDDEP:= util-macros-host xkbcomp PKG_SITES:= http://www.x.org/releases/individual/data/xkeyboard-config/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |