Merge pull request #331331 from donovanglover/srb2-libglu
srb2: patch missing libGLU dependency
This commit is contained in:
commit
7aa162d9fa
@ -7,6 +7,7 @@
|
||||
, nasm
|
||||
, libopenmpt
|
||||
, game-music-emu
|
||||
, libGLU
|
||||
, libpng
|
||||
, SDL2
|
||||
, SDL2_mixer
|
||||
@ -80,6 +81,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./thirdparty.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace ./src/sdl/ogl_sdl.c \
|
||||
--replace libGLU.so.1 ${libGLU}/lib/libGLU.so.1
|
||||
'';
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem rec {
|
||||
name = "Sonic Robo Blast 2";
|
||||
|
Loading…
Reference in New Issue
Block a user