def6e3fd14
gperf on the host is needed, since it is used by xcb-util to generate a perfect hash function. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
384 B
Makefile
14 lines
384 B
Makefile
#############################################################
|
|
#
|
|
# xcb-util
|
|
#
|
|
#############################################################
|
|
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_LIBTOOL_PATCH = NO
|
|
XCB_UTIL_DEPENDENCIES = host-gperf
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xcb-util))
|
|
|