From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: mesa: Add libva input. Date: Thu, 30 Apr 2015 09:29:34 +0200 Message-ID: <20150430072934.GA4097@debian> References: <87zj5se6o0.fsf@taylan.uni.cx> <87383kbah1.fsf@gmail.com> <87r3r4dmwq.fsf@taylan.uni.cx> <20150429211211.GB9266@debian> <871tj2eh5t.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yniuk-00085W-Ay for guix-devel@gnu.org; Thu, 30 Apr 2015 03:29:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yniuh-00041o-6Q for guix-devel@gnu.org; Thu, 30 Apr 2015 03:29:42 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:55237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yniug-00041g-Ss for guix-devel@gnu.org; Thu, 30 Apr 2015 03:29:39 -0400 Content-Disposition: inline In-Reply-To: <871tj2eh5t.fsf@taylan.uni.cx> 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: Taylan Ulrich =?utf-8?B?QmF5xLFybMSxL0thbW1lcg==?= Cc: guix-devel@gnu.org On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > Right. I don't know what I did wrong before, but it actually seems to > work fine to put it in gl.scm. New patch: Okay, looks good. I just realise that libva-without-mesa is maybe a semantically better name. > - ;; TODO: Solve circular dependency with libva. > - ;; ("libva" ,libva) > + ("libva" ,libva-no-mesa) Maybe add a comment: "to solve the circular dependency". Then please push! Andreas