Re: [PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-29 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: >> >>> Fixes a regression introduced in 666aa99. >>> Reported by Felipe López and David Thompson. >>> >>> * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. >>> [arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with >>> '--di

Re: [PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-23 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Fixes a regression introduced in 666aa99. >> Reported by Felipe López and David Thompson. >> >> * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. >> [arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with >> '--disable-alsa-shared --disabl

Re: [PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-21 Thread Ludovic Courtès
宋文武 skribis: > Fixes a regression introduced in 666aa99. > Reported by Felipe López and David Thompson. > > * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. > [arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with > '--disable-alsa-shared --disable-pulseaudio-shared --disable-x11-s

[PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-21 Thread 宋文武
Fixes a regression introduced in 666aa99. Reported by Felipe López and David Thompson. * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. [arguments]<#:configure-flags>: Replace '--disable-sdl-dlopen' with '--disable-alsa-shared --disable-pulseaudio-shared --disable-x11-shared'. --- gnu/packages/