diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-06-03 09:14:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-06-03 09:15:24 +0200 |
commit | 34e6a00e5deccc1aca6f762106411114db747e31 (patch) | |
tree | 78c45ffb3c7e049dffde71ba5e10542bc3e008bc /package/xcb-util | |
parent | d410f7d94a6525e7643946a523a62a371a8cb73d (diff) |
gperf needed
Diffstat (limited to 'package/xcb-util')
-rw-r--r-- | package/xcb-util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xcb-util/Makefile b/package/xcb-util/Makefile index 8c72f6aed..036187703 100644 --- a/package/xcb-util/Makefile +++ b/package/xcb-util/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= ebb4064db813bfbfedfa30086483e73404f5358fab38698e584c195dc74bd609 PKG_DESCR:= libraries which sit on top of libxcb PKG_DEPENDS:= libxcb -PKG_BUILDDEP:= libxcb +PKG_BUILDDEP:= libxcb gperf-host PKG_SECTION:= x11/libs PKG_SITES:= http://xcb.freedesktop.org/dist/ |