1################################################################################ 2# 3# sdl2_gfx 4# 5################################################################################ 6 7SDL2_GFX_VERSION = 1.0.4 8SDL2_GFX_SOURCE = SDL2_gfx-$(SDL2_GFX_VERSION).tar.gz 9SDL2_GFX_SITE = http://www.ferzkopp.net/Software/SDL2_gfx 10SDL2_GFX_LICENSE = Zlib 11SDL2_GFX_LICENSE_FILES = COPYING SDL2_framerate.h 12SDL2_GFX_INSTALL_STAGING = YES 13SDL2_GFX_DEPENDENCIES = sdl2 host-pkgconf 14SDL2_GFX_CONF_OPTS = --disable-sdltest 15# configure/Makefile.in not up-to-date, causing aclocal to be used at 16# build time if we don't autoreconf. 17SDL2_GFX_AUTORECONF = YES 18 19# Even though x86_64 processors support MMX, the MMX-specific assembly 20# code in sdl2_gfx is IA32 specific, and does not build for x86_64. 21ifeq ($(BR2_i386)$(BR2_X86_CPU_HAS_MMX),yy) 22SDL2_GFX_CONF_OPTS += --enable-mmx 23else 24SDL2_GFX_CONF_OPTS += --disable-mmx 25endif 26 27$(eval $(autotools-package)) 28