From: Peter Korsgaard Date: Thu, 27 Jan 2011 22:34:39 +0000 (+0100) Subject: xcb-proto: needs python for the host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f13d97e106d115e00b1ca4e9009baaf0de43cd85;p=buildroot.git xcb-proto: needs python for the host Signed-off-by: Peter Korsgaard --- diff --git a/package/x11r7/xcb-proto/xcb-proto.mk b/package/x11r7/xcb-proto/xcb-proto.mk index 153cc0d6f3..47a38cb671 100644 --- a/package/x11r7/xcb-proto/xcb-proto.mk +++ b/package/x11r7/xcb-proto/xcb-proto.mk @@ -9,6 +9,8 @@ XCB_PROTO_SITE = http://xcb.freedesktop.org/dist/ XCB_PROTO_INSTALL_STAGING = YES +XCB_PROTO_DEPENDENCIES = host-python + $(eval $(call AUTOTARGETS,package/x11r7,xcb-proto)) $(eval $(call AUTOTARGETS,package/x11r7,xcb-proto,host))