blob: 7b7e12a55f4c70362f3c5339e3253d468b1df001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#############################################################
#
# 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))
|