From f38fe3a1a3e4448c2a594615eebf869ca2b13d24 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 1 Sep 2009 16:44:06 +0200 Subject: sdl_net: rename back to SDL_net It turns out that renaming SDL_net to sdl_net (688c388ce765984af2) isn't such a good idea, as the name is also used for the tarball filename to download. Instead go back to use SDL_net again, and simply add an sdl_net alias. Signed-off-by: Peter Korsgaard --- package/games/prboom/prboom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/games/prboom/prboom.mk') diff --git a/package/games/prboom/prboom.mk b/package/games/prboom/prboom.mk index 65f48cb1e..02d018ffb 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)) -- cgit v1.2.3