kumquat-buildroot/package/sdl_gfx/sdl_gfx.mk
Samuel Martin 4c044a2d38 sdl_gfx: refactor *_CONF_OPT assignment with cpu-feature options
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17 09:54:57 +02:00

18 lines
533 B
Makefile

#############################################################
#
# SDL_gfx addon for SDL
#
#############################################################
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
SDL_GFX_CONF_OPT = \
--with-sdl-prefix=$(STAGING_DIR)/usr \
--disable-sdltest \
--enable-static \
$(if $(BR2_X86_CPU_HAS_MMX),--enable-mmx,--disable-mmx)
$(eval $(call AUTOTARGETS))