From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH 2/2] gnu: sdl: Explicity use mesa as OpenGL driver. Date: Mon, 23 Mar 2015 22:08:02 +0800 Message-ID: <87vbhrbyd9.fsf@gmail.com> References: <1426924046-10364-1-git-send-email-iyzsong@gmail.com> <1426924046-10364-2-git-send-email-iyzsong@gmail.com> <87wq2a2ga5.fsf@gnu.org> 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]:60315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya31A-0007tC-6I for guix-devel@gnu.org; Mon, 23 Mar 2015 10:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya314-0006Cm-N7 for guix-devel@gnu.org; Mon, 23 Mar 2015 10:07:48 -0400 In-Reply-To: <87wq2a2ga5.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>: Add >> 'LDFLAGS=3D-lGL'. > > [...] > >> #:configure-flags '("--disable-alsa-shared" >> "--disable-pulseaudio-shared" >> - "--disable-x11-shared") >> + "--disable-x11-shared" >> + ;; Explicity link with mesa as OpenGL driver. >> + "LDFLAGS=3D-lGL") > > Could you explain in the comment why this is necessary? I guess that=E2= =80=99s > to make sure Mesa in the libsdl=E2=80=99s RUNPATH? Done and pushed, thanks for review! > > Thanks, > Ludo=E2=80=99.