From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 2/7] gnu: Add virglrenderer. Date: Sun, 24 Jul 2016 13:07:35 +0200 Message-ID: References: <20160723131859.13525-1-david@craven.ch> <20160723131859.13525-2-david@craven.ch> <20160723220405.GB26113@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRHG3-0000Ke-8v for guix-devel@gnu.org; Sun, 24 Jul 2016 07:07:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRHFy-0001Ju-Us for guix-devel@gnu.org; Sun, 24 Jul 2016 07:07:42 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:32901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRHFx-0001Ir-Nb for guix-devel@gnu.org; Sun, 24 Jul 2016 07:07:38 -0400 Received: by mail-yw0-x242.google.com with SMTP id z8so8770093ywa.0 for ; Sun, 24 Jul 2016 04:07:36 -0700 (PDT) In-Reply-To: <20160723220405.GB26113@jasmine> 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: Leo Famulari Cc: guix-devel Alot of the dependencies I had to add was because of stuff like this: > Package 'libudev', required by 'gbm', not found Is there a better way then adding libudev as a dependency? I don't know why pkg-config checks for dependencies of dependencies, that's kind of weird... I couldn't find any information regarding gallium, but see it in the source tree. Is it part of mesa that was copied/modified? I think that in that case they are probably still working on upstreaming the changes and don't think we have to bother making it a separate package.