mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: rename SDL_compat -> sdl12-compat
This commit is contained in:
parent
623c4ea4fd
commit
300732dab6
6 changed files with 14 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
makeDesktopItem,
|
||||
imagemagick,
|
||||
glew_1_10,
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
glew_1_10
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
libGL,
|
||||
openssl,
|
||||
pkg-config,
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
SDL_image,
|
||||
SDL_mixer,
|
||||
SDL_gfx,
|
||||
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||
boost
|
||||
libGL
|
||||
libGLU
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
SDL_gfx
|
||||
SDL_image
|
||||
SDL_mixer
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
SDL2_sound,
|
||||
SDL2_mixer,
|
||||
SDL2_image,
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
ffmpeg,
|
||||
qemu,
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
||||
inherit
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
SDL2_ttf
|
||||
SDL2_net
|
||||
SDL2_gfx
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
wayland-scanner,
|
||||
zenity,
|
||||
# for passthru.tests
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
sdl2-compat,
|
||||
sdl3-image,
|
||||
sdl3-ttf,
|
||||
|
|
@ -238,11 +238,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
});
|
||||
|
||||
tests =
|
||||
SDL_compat.tests
|
||||
sdl12-compat.tests
|
||||
// sdl2-compat.tests
|
||||
// {
|
||||
inherit
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
sdl2-compat
|
||||
sdl3-image
|
||||
sdl3-ttf
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
zlib,
|
||||
libtiff,
|
||||
libxml2,
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
libx11,
|
||||
libxi,
|
||||
libxmu,
|
||||
|
|
@ -27,14 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
libxml2
|
||||
];
|
||||
buildInputs = [
|
||||
zlib
|
||||
libtiff
|
||||
libxml2
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
libx11
|
||||
libxi
|
||||
libxmu
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
makeWrapper,
|
||||
callPackage,
|
||||
soundfont-fluid,
|
||||
SDL_compat,
|
||||
sdl12-compat,
|
||||
libGL,
|
||||
libopus,
|
||||
glew,
|
||||
|
|
@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
openssl
|
||||
bzip2
|
||||
zlib
|
||||
SDL_compat
|
||||
sdl12-compat
|
||||
libjpeg
|
||||
sqlite
|
||||
game-music-emu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue