treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, SDL, makeDesktopItem, mesa }:
|
||||
{ stdenv, lib, fetchurl, SDL, makeDesktopItem, libGLU_combined }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dosbox-0.74";
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = [ SDL mesa ];
|
||||
buildInputs = [ SDL libGLU_combined ];
|
||||
|
||||
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchsvn, SDL, SDL_net, SDL_sound, libpng, makeDesktopItem, mesa, autoreconfHook }:
|
||||
{ stdenv, fetchurl, fetchsvn, SDL, SDL_net, SDL_sound, libpng, makeDesktopItem, libGLU_combined, autoreconfHook }:
|
||||
|
||||
let revision = "4025";
|
||||
revisionDate = "2017-07-02";
|
||||
@@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ SDL SDL_net SDL_sound libpng mesa ];
|
||||
buildInputs = [ SDL SDL_net SDL_sound libpng libGLU_combined ];
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "dosbox";
|
||||
|
||||
Reference in New Issue
Block a user