xref: /OK3568_Linux_fs/buildroot/package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# xcb-util-keysyms
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_VERSION = 0.4.0
8*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.bz2
9*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_SITE = http://xcb.freedesktop.org/dist
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun# unfortunately, no license file
12*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_LICENSE = MIT
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunXCB_UTIL_KEYSYMS_DEPENDENCIES = host-pkgconf libxcb
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun$(eval $(autotools-package))
19