From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/10] gnu: mesa: Enable wayland support. Date: Tue, 19 Jul 2016 22:47:13 +0200 Message-ID: <87inw1e4oe.fsf@gnu.org> References: <20160709125011.24587-1-david@craven.ch> <20160718165552.1480-1-david@craven.ch> <20160718165552.1480-6-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPbvF-0004RC-4O for guix-devel@gnu.org; Tue, 19 Jul 2016 16:47:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPbvC-00075T-3E for guix-devel@gnu.org; Tue, 19 Jul 2016 16:47:21 -0400 In-Reply-To: <20160718165552.1480-6-david@craven.ch> (David Craven's message of "Mon, 18 Jul 2016 18:55:48 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/gl.scm (mesa): Enable configure-flags required by wayland. This patch and the other patches that touch libdrm and mesa look good but=E2=80=A6 they trigger a lot of rebuild, so we need to =E2=80=9Cschedule= =E2=80=9D them. Currently the build farm is a bit overwhelmed as a consequence of the recent outage, and there are already a couple of update branches waiting (python-updates and core-updates). Do these patches introduce API incompatibilities or things like that? If not, I think we should group them with one of the other updates, probably python-updates. Thoughts? Ludo=E2=80=99.