2007-11-16 16:33:46 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# SDL_ttf
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
SDL_TTF_VERSION:=2.0.9
|
|
|
|
SDL_TTF_SOURCE:=SDL_ttf-$(SDL_TTF_VERSION).tar.gz
|
|
|
|
SDL_TTF_SITE:=http://www.libsdl.org/projects/SDL_ttf/release/
|
|
|
|
|
2010-06-16 13:47:16 +02:00
|
|
|
SDL_TTF_INSTALL_STAGING = YES
|
|
|
|
SDL_TTF_DEPENDENCIES = sdl freetype
|
|
|
|
SDL_TTF_CONF_OPT = --without-x \
|
2007-11-16 16:33:46 +01:00
|
|
|
--with-freetype-prefix=$(STAGING_DIR)/usr \
|
2010-06-16 13:47:16 +02:00
|
|
|
--with-sdl-prefix=$(STAGING_DIR)/usr
|
2007-11-16 16:33:46 +01:00
|
|
|
|
2010-06-16 13:47:16 +02:00
|
|
|
SDL_TTF_MAKE_OPT = INCLUDES="-I$(STAGING_DIR)/usr/include/SDL" LDFLAGS="-L$(STAGING_DIR)/usr/lib"
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|