retroarch: Don't use libGLU_combined
This commit is contained in:
parent
13acfd0e28
commit
5e433b48dc
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, cmake, pkgconfig, makeWrapper, python27, python37, retroarch
|
||||
, alsaLib, fluidsynth, curl, hidapi, libGLU_combined, gettext, glib, gtk2, portaudio, SDL
|
||||
, alsaLib, fluidsynth, curl, hidapi, libGLU, gettext, glib, gtk2, portaudio, SDL, libGL
|
||||
, ffmpeg, pcre, libevdev, libpng, libjpeg, udev, libvorbis
|
||||
, miniupnpc, sfml, xorg, zlib, nasm, libpcap, boost }:
|
||||
|
||||
@ -380,7 +380,7 @@ in with stdenv.lib.licenses;
|
||||
};
|
||||
description = "Flycast libretro port";
|
||||
license = gpl2;
|
||||
extraBuildInputs = [ libGLU_combined ];
|
||||
extraBuildInputs = [ libGL libGLU ];
|
||||
}).override {
|
||||
makefile = "Makefile";
|
||||
buildPhase = "make";
|
||||
|
Loading…
x
Reference in New Issue
Block a user