2009-07-18 11:29:26 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# SDL_gfx addon for SDL
|
|
|
|
#
|
|
|
|
#############################################################
|
2012-06-02 14:08:46 +02:00
|
|
|
SDL_GFX_VERSION = 2.0.19
|
|
|
|
SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz
|
|
|
|
SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
|
|
|
SDL_GFX_INSTALL_STAGING = YES
|
|
|
|
SDL_GFX_DEPENDENCIES = sdl
|
2010-12-09 10:55:07 +01:00
|
|
|
SDL_GFX_CONF_OPT = \
|
|
|
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
|
|
|
--disable-sdltest \
|
2012-07-16 23:37:28 +02:00
|
|
|
--enable-static \
|
|
|
|
$(if $(BR2_X86_CPU_HAS_MMX),--enable-mmx,--disable-mmx)
|
2009-07-18 11:29:26 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|