From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: mesa in xorg.scm Date: Fri, 27 Dec 2013 23:05:22 +0100 Message-ID: <87ppoiq7a5.fsf@gnu.org> References: <20131226125041.GA27172@jocasta.intra> 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]:59965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwfXN-0002HT-HO for guix-devel@gnu.org; Fri, 27 Dec 2013 17:05:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwfXH-0003Hu-BJ for guix-devel@gnu.org; Fri, 27 Dec 2013 17:05:45 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:34643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwfXH-0003Ho-4r for guix-devel@gnu.org; Fri, 27 Dec 2013 17:05:39 -0500 In-Reply-To: <20131226125041.GA27172@jocasta.intra> (John Darrington's message of "Thu, 26 Dec 2013 13:50:42 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > I wondered why mesa is defined in the module xorg.scm since it really doe= sn't have > much to do with X, other than X is one graphics system it supports. > > Wouldn't the module gl.scm be a better location? Probably yes, although several Xorg components (mostly drivers, uh?) seem to depend on it. Feel free to post a patch, and perhaps you could check whether those drivers really depend on MESA, which sounds a bit strange to me. Ludo=E2=80=99.