ce6a0e685e
Fix build failure: ./configure: line 11453: /home/tetsuya/buildroot/br/output/host/usr/bin/pkg-config: No such file or directory configure: error: in `/home/tetsuya/buildroot/br/output/build/xcb-util-keysyms-0.3.9': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Fix build failure: configure: error: Package requirements (xcb >= 1.4) were not met: Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
542 B
Makefile
19 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# xcb-util-keysyms
|
|
#
|
|
################################################################################
|
|
|
|
XCB_UTIL_KEYSYMS_VERSION = 0.3.9
|
|
XCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.bz2
|
|
XCB_UTIL_KEYSYMS_SITE = http://xcb.freedesktop.org/dist
|
|
|
|
# unfortunately, no license file
|
|
XCB_UTIL_KEYSYMS_LICENSE = MIT
|
|
|
|
XCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
|
|
|
|
XCB_UTIL_KEYSYMS_DEPENDENCIES = host-pkgconf libxcb
|
|
|
|
$(eval $(autotools-package))
|