* [Buildroot] svn commit: trunk/buildroot/package/sdl_ttf
@ 2008-07-16 14:37 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2008-07-16 14:37 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-16 07:37:43 -0700 (Wed, 16 Jul 2008)
New Revision: 22843
Log:
sdl_ttf: needs freetype
Update help text while we're at it.
Based on patch by artemys. Closes #4154.
Modified:
trunk/buildroot/package/sdl_ttf/Config.in
Changeset:
Modified: trunk/buildroot/package/sdl_ttf/Config.in
===================================================================
--- trunk/buildroot/package/sdl_ttf/Config.in 2008-07-16 11:00:16 UTC (rev 22842)
+++ trunk/buildroot/package/sdl_ttf/Config.in 2008-07-16 14:37:43 UTC (rev 22843)
@@ -1,6 +1,10 @@
config BR2_PACKAGE_SDL_TTF
bool "SDL_TTF"
default n
+ select BR2_PACKAGE_FREETYPE
help
+ SDL_ttf is a sample TrueType font library. It allows you to
+ use TrueType fonts in your SDL applications.
http://www.libsdl.org/projects/SDL_ttf/
+
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/sdl_ttf
@ 2008-07-17 9:55 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2008-07-17 9:55 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-17 02:55:23 -0700 (Thu, 17 Jul 2008)
New Revision: 22855
Log:
sdl_ttf: fix sdl dependency
Patch by artemys - Closes #4164.
Modified:
trunk/buildroot/package/sdl_ttf/Config.in
trunk/buildroot/package/sdl_ttf/sdl_ttf.mk
Changeset:
Modified: trunk/buildroot/package/sdl_ttf/Config.in
===================================================================
--- trunk/buildroot/package/sdl_ttf/Config.in 2008-07-17 09:17:51 UTC (rev 22854)
+++ trunk/buildroot/package/sdl_ttf/Config.in 2008-07-17 09:55:23 UTC (rev 22855)
@@ -1,5 +1,6 @@
config BR2_PACKAGE_SDL_TTF
bool "SDL_TTF"
+ depends on BR2_PACKAGE_SDL
default n
select BR2_PACKAGE_FREETYPE
help
Modified: trunk/buildroot/package/sdl_ttf/sdl_ttf.mk
===================================================================
--- trunk/buildroot/package/sdl_ttf/sdl_ttf.mk 2008-07-17 09:17:51 UTC (rev 22854)
+++ trunk/buildroot/package/sdl_ttf/sdl_ttf.mk 2008-07-17 09:55:23 UTC (rev 22855)
@@ -60,7 +60,7 @@
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_ttf*.so* $(TARGET_DIR)/usr/lib/
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_ttf.so
-SDL sdl_ttf: uclibc $(TARGET_DIR)/usr/lib/libSDL_ttf.so
+sdl_ttf: uclibc sdl $(TARGET_DIR)/usr/lib/libSDL_ttf.so
sdl_ttf-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/sdl_ttf
@ 2008-11-19 10:44 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2008-11-19 10:44 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-11-19 02:44:24 -0800 (Wed, 19 Nov 2008)
New Revision: 24099
Log:
sdl_ttf: provide path to freetype includes
closes #6374.
Modified:
trunk/buildroot/package/sdl_ttf/sdl_ttf.mk
Changeset:
Modified: trunk/buildroot/package/sdl_ttf/sdl_ttf.mk
===================================================================
--- trunk/buildroot/package/sdl_ttf/sdl_ttf.mk 2008-11-19 10:16:40 UTC (rev 24098)
+++ trunk/buildroot/package/sdl_ttf/sdl_ttf.mk 2008-11-19 10:44:24 UTC (rev 24099)
@@ -47,7 +47,7 @@
$(SDL_TTF_DIR)/.compiled: $(SDL_TTF_DIR)/.configured
$(MAKE1) $(TARGET_CONFIGURE_OPTS) \
- INCLUDE="-I$(STAGING_DIR)/usr/include/SDL" \
+ INCLUDES="-I$(STAGING_DIR)/usr/include/SDL -I$(STAGING_DIR)/usr/include/freetype2" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
DESTDIR=$(STAGING_DIR)/usr -C $(SDL_TTF_DIR)
touch $@
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-11-19 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 9:55 [Buildroot] svn commit: trunk/buildroot/package/sdl_ttf jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2008-11-19 10:44 jacmet at uclibc.org
2008-07-16 14:37 jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox