Commit 58f0a91b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Bump to upstream v1.2.10 and remove sdl-config symlink generation

parent 805a6379
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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