From patchwork Sat Jul 2 22:21:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Floret X-Patchwork-Id: 643600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rhnsq54Dzz9t0k for ; Sun, 3 Jul 2016 08:25:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 12BEE88827; Sat, 2 Jul 2016 22:25:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lydQTDXbZ9fr; Sat, 2 Jul 2016 22:25:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CCD8188792; Sat, 2 Jul 2016 22:25:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A0D6D1C684B for ; Sat, 2 Jul 2016 22:23:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9AD8A8A97E for ; Sat, 2 Jul 2016 22:23:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Obsq9BtqtiHg for ; Sat, 2 Jul 2016 22:23:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by whitealder.osuosl.org (Postfix) with ESMTP id 57C6E89D18 for ; Sat, 2 Jul 2016 22:23:25 +0000 (UTC) Received: from 6wind.com (unknown [10.16.0.185]) by proxy.6wind.com (Postfix) with SMTP id BD50824DC4; Sun, 3 Jul 2016 00:23:22 +0200 (CEST) Received: by 6wind.com (sSMTP sendmail emulation); Sun, 03 Jul 2016 00:23:23 +0200 From: Julien Floret To: buildroot@buildroot.org Date: Sun, 3 Jul 2016 00:21:11 +0200 Message-Id: <1467498098-23731-43-git-send-email-julien.floret@6wind.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1467498098-23731-1-git-send-email-julien.floret@6wind.com> References: <1467498098-23731-1-git-send-email-julien.floret@6wind.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 42/69] xcb-proto: add explicit dependencies for host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Julien Floret --- package/x11r7/xcb-proto/xcb-proto.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/xcb-proto/xcb-proto.mk b/package/x11r7/xcb-proto/xcb-proto.mk index 1c847ebc8556..84555d07f0f3 100644 --- a/package/x11r7/xcb-proto/xcb-proto.mk +++ b/package/x11r7/xcb-proto/xcb-proto.mk @@ -13,6 +13,7 @@ XCB_PROTO_LICENSE_FILES = COPYING XCB_PROTO_INSTALL_STAGING = YES XCB_PROTO_DEPENDENCIES = host-python +HOST_XCB_PROTO_DEPENDENCIES = host-python # xcbincludedir/pythondir is used by E.G. libxcb at build time to find the # xml / python files, so ensure these expand to their full (host) paths