Bump xcb-util to 0.3.6 and remove gperf dependency since

it depends on host's gperf and not target's one.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:33:52 +02:00
parent 2febd71528
commit 89e2024bd8
1 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
# xcb-util
#
#############################################################
XCB_UTIL_VERSION = 0.2
XCB_UTIL_VERSION = 0.3.6
XCB_UTIL_SOURCE = xcb-util-$(XCB_UTIL_VERSION).tar.bz2
XCB_UTIL_SITE = http://xcb.freedesktop.org/dist/
XCB_UTIL_DEPENDENCIES += gperf
XCB_UTIL_LIBTOOL_PATCH = NO
$(eval $(call AUTOTARGETS,package/x11r7,xcb-util))