From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#25953: [PATCH] gnu: mesa: Build LLVM Gallium drivers. Date: Mon, 6 Mar 2017 09:58:04 -0500 Message-ID: References: <878tom6xc6.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170306143526.30361-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cku6L-0002AB-TX for bug-guix@gnu.org; Mon, 06 Mar 2017 09:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cku6I-0002bU-Sk for bug-guix@gnu.org; Mon, 06 Mar 2017 09:59:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44723) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cku6I-0002b1-NA for bug-guix@gnu.org; Mon, 06 Mar 2017 09:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cku6I-0005gg-Gs for bug-guix@gnu.org; Mon, 06 Mar 2017 09:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170306143526.30361-1-rekado@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 25953@debbugs.gnu.org On Mon, Mar 6, 2017 at 9:35 AM, Ricardo Wurmus wrote: > Fixes . > > * gnu/packages/gl.scm (mesa)[inputs]: Add llvm. > [arguments]: Build LLVM Gallium drivers. LGTM. I think this patch would need to be applied somewhere other than master to avoid mass rebuilds. - Dave