From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46388) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfx9O-0004bK-3P for guix-patches@gnu.org; Tue, 25 Jun 2019 21:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfx9L-0006al-CT for guix-patches@gnu.org; Tue, 25 Jun 2019 21:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfx9K-0006ZD-DI for guix-patches@gnu.org; Tue, 25 Jun 2019 21:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfx9K-0007KH-9y for guix-patches@gnu.org; Tue, 25 Jun 2019 21:55:02 -0400 Subject: [bug#36386] [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45586) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfx8I-0004CI-J0 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfx8H-0004zF-C6 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:58 -0400 Received: from mout01.posteo.de ([185.67.36.65]:46192) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfx8G-0004tA-O0 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 2EE2516005D for ; Wed, 26 Jun 2019 03:53:53 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 45YR01177Nz6tm6 for ; Wed, 26 Jun 2019 03:53:52 +0200 (CEST) From: Kei Kebreau Date: Tue, 25 Jun 2019 21:53:44 -0400 Message-Id: <20190626015345.19432-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36386@debbugs.gnu.org This is a patch that enables mesa to build on my machine on the core-upda= tes branch as of June 25. Somehow, meson (the build system, not "mesa") fails= to detect wayland-scanner when the keyword argument "native" is set to true. Hopefully this change does not cause trouble with cross-building.