xref: /OK3568_Linux_fs/buildroot/package/x11r7/xcb-proto/xcb-proto.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# xcb-proto
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunXCB_PROTO_VERSION = 1.15.2
8*4882a593SmuzhiyunXCB_PROTO_SOURCE = xcb-proto-$(XCB_PROTO_VERSION).tar.xz
9*4882a593SmuzhiyunXCB_PROTO_SITE = https://xorg.freedesktop.org/archive/individual/proto
10*4882a593SmuzhiyunXCB_PROTO_LICENSE = MIT
11*4882a593SmuzhiyunXCB_PROTO_LICENSE_FILES = COPYING
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunXCB_PROTO_INSTALL_STAGING = YES
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunXCB_PROTO_DEPENDENCIES = host-python3
16*4882a593SmuzhiyunHOST_XCB_PROTO_DEPENDENCIES = host-python3
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun# Force detection of Buildroot host-python3 over system python
19*4882a593SmuzhiyunXCB_PROTO_CONF_OPTS += ac_cv_path_PYTHON=$(HOST_DIR)/bin/python3
20*4882a593SmuzhiyunHOST_XCB_PROTO_CONF_OPTS += ac_cv_path_PYTHON=$(HOST_DIR)/bin/python3
21*4882a593Smuzhiyun
22*4882a593Smuzhiyun$(eval $(autotools-package))
23*4882a593Smuzhiyun$(eval $(host-autotools-package))
24