summaryrefslogtreecommitdiffstats
path: root/rules/xcb-proto.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-01-23 21:54:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-24 23:47:05 +0100
commit9cb0dd049366f33b43a68178b1e763bc160fe4cf (patch)
tree7508ef5fc72b96399fd6f38556d64db02b672359 /rules/xcb-proto.make
parentc646c78140b3baed35d08d432aef0fc68af8feb6 (diff)
downloadptxdist-9cb0dd049366f33b43a68178b1e763bc160fe4cf.tar.gz
ptxdist-9cb0dd049366f33b43a68178b1e763bc160fe4cf.tar.xz
xcb-proto: use python3
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xcb-proto.make')
-rw-r--r--rules/xcb-proto.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make
index 9ccab1f49..ca5447856 100644
--- a/rules/xcb-proto.make
+++ b/rules/xcb-proto.make
@@ -28,6 +28,10 @@ XCB_PROTO_LICENSE := MIT
# Prepare
# ----------------------------------------------------------------------------
+XCB_PROTO_CONF_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_path_PYTHON=python3
+
#
# autoconf
#