From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHES] Mesa dlopen() calls & more optional features Date: Thu, 19 Mar 2015 17:04:25 +0100 Message-ID: <87oanp2cty.fsf@gnu.org> References: <87h9tj614g.fsf@taylan.uni.cx> 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]:60853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYcvx-0004dV-E2 for guix-devel@gnu.org; Thu, 19 Mar 2015 12:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYcvr-0006fk-V5 for guix-devel@gnu.org; Thu, 19 Mar 2015 12:04:33 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYcvr-0006fg-Rj for guix-devel@gnu.org; Thu, 19 Mar 2015 12:04:27 -0400 In-Reply-To: <87h9tj614g.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Tue, 17 Mar 2015 17:26:55 +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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > From 8e3324c0b5d63aa3d53341b7dea090c9a64d3c40 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Taylan=3D20Ulrich=3D20Bay=3DC4=3DB1rl=3DC4=3DB1/Kammer?= =3D > > Date: Sat, 14 Mar 2015 14:57:27 +0100 > Subject: [PATCH 5/6] gnu: mesa: Fix file names passed to dlopen(3). > > * gnu/packages/gl.scm (mesa): Patch source files to make file names passe= d to > dlopen(3) absolute. LGTM. > From 5deb64affa47dfa9a9521dc20fbbc58e90f1f7e3 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Taylan=3D20Ulrich=3D20Bay=3DC4=3DB1rl=3DC4=3DB1/Kammer?= =3D > > Date: Tue, 17 Mar 2015 17:15:52 +0100 > Subject: [PATCH 6/6] gnu: mesa: Enable more optional features. > > * gnu/packages/gl.scm (mesa): Enable DRM support of EGL, thread local sto= rage > in GLX, and off-screen rendering. OK! Thanks, Ludo=E2=80=99.