Date:2010-03-01 15:37:02 (14 years 27 days ago)
Author:M. Dietrich
Commit:8c8b989635eb4aa3f846c4c8eb58d9e35dca93ea
Message:add mirkos patch

Files: libsdl-ttf/Makefile (2 diffs)

Change Details

libsdl-ttf/Makefile
99
1010PKG_NAME:=libsdl-ttf
1111PKG_VERSION:=2.0.9
12PKG_RELEASE:=1
12PKG_RELEASE:=2
1313
1414PKG_SOURCE:=SDL_ttf-$(PKG_VERSION).tar.gz
1515PKG_SOURCE_URL:=http://www.libsdl.org/projects/SDL_ttf/release/
...... 
3232  SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. It depends on freetype2 to handle the TrueType font data. It allows a programmer to use multiple TrueType fonts without having to code a font rendering routine themselves. With the power of outline fonts and antialiasing, high quality text output can be obtained without much effort.
3333endef
3434
35CONFIGURE_ARGS += --without-x
35PKG_FIXUP:=libtool
36
37TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
38
39CONFIGURE_ARGS += \
40       --with-sdl-exec-prefix=$(STAGING_DIR) \
41       --without-x \
42       LIBS="-lSDL"
43
44TARGET_LDFLAGS+= \
45       -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
46       -L$(STAGING_DIR)/usr/lib/libintl/lib \
47       -L$(STAGING_DIR)/usr/lib/libiconv/lib
3648
3749define Build/InstallDev
3850    $(INSTALL_DIR) \

Archive Download the corresponding diff file



interactive