From: Peter Korsgaard Date: Wed, 24 May 2006 17:54:45 +0000 (-0000) Subject: Bump to upstream v1.2.10 and remove sdl-config symlink generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58f0a91b955ed920cb8350514cb0cf19f0c500d2;p=buildroot.git Bump to upstream v1.2.10 and remove sdl-config symlink generation --- diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk index 5c807d8d3a..4f0f950991 100644 --- a/package/sdl/sdl.mk +++ b/package/sdl/sdl.mk @@ -3,7 +3,7 @@ # SDL # ############################################################# -SDL_VERSION:=1.2.9 +SDL_VERSION:=1.2.10 SDL_SOURCE:=SDL-$(SDL_VERSION).tar.gz SDL_SITE:=http://www.libsdl.org/release SDL_CAT:=zcat @@ -38,8 +38,6 @@ $(SDL_DIR)/.compiled: $(SDL_DIR)/.configured $(STAGING_DIR)/usr/lib/libSDL.so: $(SDL_DIR)/.compiled $(MAKE) -C $(SDL_DIR) install - (cd $(STAGING_DIR)/usr/bin; \ - ln -sf $(GNU_TARGET_NAME)-sdl-config sdl-config ); touch -c $(STAGING_DIR)/usr/lib/libSDL.so $(TARGET_DIR)/usr/lib/libSDL.so: $(STAGING_DIR)/usr/lib/libSDL.so