2
1

sdl_net.mk 495 B

12345678910111213141516171819
  1. #############################################################
  2. #
  3. # SDL_net: network addon for SDL
  4. #
  5. #############################################################
  6. SDL_NET_VERSION:=1.2.7
  7. SDL_NET_SITE:=http://www.libsdl.org/projects/SDL_net/release
  8. SDL_NET_CONF_OPT = --localstatedir=/var \
  9. --with-sdl-prefix=$(STAGING_DIR)/usr \
  10. --with-sdl-exec-prefix=$(STAGING_DIR)/usr
  11. SDL_NET_INSTALL_STAGING = YES
  12. SDL_NET_DEPENDENCIES = sdl
  13. $(eval $(call AUTOTARGETS,package,SDL_net))
  14. sdl_net: SDL_net