buildrootschalter/package/sdl_ttf/sdl_ttf.mk

18 lines
586 B
Makefile
Raw Normal View History

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/
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 \
--with-sdl-prefix=$(STAGING_DIR)/usr
2007-11-16 16:33:46 +01:00
SDL_TTF_MAKE_OPT = INCLUDES="-I$(STAGING_DIR)/usr/include/SDL" LDFLAGS="-L$(STAGING_DIR)/usr/lib"
$(eval $(call AUTOTARGETS))