f38fe3a1a3
It turns out that renaming SDL_net to sdl_net (688c388ce7
) 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 <jacmet@sunsite.dk>
20 lines
495 B
Makefile
20 lines
495 B
Makefile
#############################################################
|
|
#
|
|
# SDL_net: network addon for SDL
|
|
#
|
|
#############################################################
|
|
SDL_NET_VERSION:=1.2.7
|
|
SDL_NET_SITE:=http://www.libsdl.org/projects/SDL_net/release
|
|
|
|
SDL_NET_CONF_OPT = --localstatedir=/var \
|
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
|
|
|
SDL_NET_INSTALL_STAGING = YES
|
|
|
|
SDL_NET_DEPENDENCIES = sdl
|
|
|
|
$(eval $(call AUTOTARGETS,package,SDL_net))
|
|
|
|
sdl_net: SDL_net
|