From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WvVq1-0006Ok-EA for ptxdist@pengutronix.de; Fri, 13 Jun 2014 20:04:30 +0200 Received: by mail-wg0-f45.google.com with SMTP id l18so3060382wgh.28 for ; Fri, 13 Jun 2014 11:04:23 -0700 (PDT) Received: from localhost.localdomain (089144206176.atnat0015.highway.bob.at. [89.144.206.176]) by mx.google.com with ESMTPSA id 8sm13338269eea.10.2014.06.13.11.04.20 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Jun 2014 11:04:22 -0700 (PDT) Date: Fri, 13 Jun 2014 20:03:54 +0200 From: Richard Cochran Message-ID: <20140613180354.GA27279@localhost.localdomain> References: <20140613145113.GA26660@localhost.localdomain> <20140613151831.GD5199@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140613151831.GD5199@pengutronix.de> Subject: [ptxdist] [PATCH] xorg-lib-xt: fix the build Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de The libXt library requires X11/Xos.h in order to build the 'makestrs' program for the host (build) machine. While this header may be available on the build machine by chance, still the right way is to provide the needed header in sysroot-host. Signed-off-by: Richard Cochran --- rules/xorg-lib-Xt.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/xorg-lib-Xt.in b/rules/xorg-lib-Xt.in index 7f69679..370f509 100644 --- a/rules/xorg-lib-Xt.in +++ b/rules/xorg-lib-Xt.in @@ -3,6 +3,7 @@ config XORG_LIB_XT tristate prompt "libXt" + select HOST_XORG_PROTO_X select XORG_PROTO_X select XORG_PROTO_KB select XORG_LIB_X11 -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de