2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2008-09-24 14:06:59 +02:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# sdl_net
|
2008-09-24 14:06:59 +02:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2021-03-21 08:36:04 +01:00
|
|
|
# The latest officially released version of SDL_image is 1.2.8, released in 2012.
|
|
|
|
# Since then, there have been several bugfixes.
|
|
|
|
#
|
|
|
|
# This commit points to the SDL-1.2 branch from 18 Feb 2021.
|
|
|
|
SDL_NET_VERSION = 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3
|
|
|
|
SDL_NET_SITE = $(call github,libsdl-org,SDL_net,$(SDL_NET_VERSION))
|
2012-02-22 14:47:57 +01:00
|
|
|
SDL_NET_SOURCE = SDL_net-$(SDL_NET_VERSION).tar.gz
|
2017-03-30 15:43:47 +02:00
|
|
|
SDL_NET_LICENSE = Zlib
|
2013-07-10 19:25:48 +02:00
|
|
|
SDL_NET_LICENSE_FILES = COPYING
|
2008-09-24 14:06:59 +02:00
|
|
|
|
2014-10-18 00:36:33 +02:00
|
|
|
SDL_NET_CONF_OPTS = \
|
2014-12-22 09:12:05 +01:00
|
|
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
|
|
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
2008-09-24 14:06:59 +02:00
|
|
|
|
|
|
|
SDL_NET_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
SDL_NET_DEPENDENCIES = sdl
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|