From: Peter Korsgaard Date: Sat, 29 Aug 2009 15:21:52 +0000 (+0200) Subject: buildroot: fix remaining references to SDL_net instead of sdl_net X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ed829a179176bcfc0f74d46e19a74ad2cf2d8ad;p=buildroot.git buildroot: fix remaining references to SDL_net instead of sdl_net Signed-off-by: Peter Korsgaard --- diff --git a/package/games/prboom/prboom.mk b/package/games/prboom/prboom.mk index 02d018ffbf..65f48cb1e0 100644 --- a/package/games/prboom/prboom.mk +++ b/package/games/prboom/prboom.mk @@ -5,7 +5,7 @@ ############################################################# PRBOOM_VERSION:=2.4.7 -PRBOOM_DEPENDENCIES = sdl SDL_net sdl_mixer +PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer $(eval $(call AUTOTARGETS,package/games,prboom)) diff --git a/scripts/buildall.sh b/scripts/buildall.sh index 1d415a423e..3dcd0de1f5 100755 --- a/scripts/buildall.sh +++ b/scripts/buildall.sh @@ -264,7 +264,7 @@ EXE mk sawman OK EXE mk sdl OK EXE mk sdl_image OK EXE mk sdl_mixer OK -EXE mk SDL_net OK +EXE mk sdl_net OK EXE mk sdl_ttf OK EXE mk tiff OK comment busybox graphic applications