SDL_ttf needs freetype to be built and installed first.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Julien Boibessot 2010-01-25 19:00:38 +01:00 committed by Peter Korsgaard
parent 334544e0ac
commit e0acedc9e6
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
Updated/fixed packages: autoconf, bind, binutils, bootutils, busybox,
directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables,
iw, jpeg, kismet, libfuse, libpcap, libungif, lighttpd, mesa, mpg123,
mtd-utils, neon, openvpn, pcre, qt, rpm, sqlite, sshfs, tremor,
u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
mtd-utils, neon, openvpn, pcre, qt, rpm, sdl_ttf, sqlite, sshfs,
tremor, u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
Issues resolved (http://bugs.uclibc.org):

View File

@ -60,7 +60,7 @@ $(TARGET_DIR)/usr/lib/libSDL_ttf.so: $(STAGING_DIR)/usr/lib/libSDL_ttf.so
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_ttf: sdl $(TARGET_DIR)/usr/lib/libSDL_ttf.so
sdl_ttf: sdl freetype $(TARGET_DIR)/usr/lib/libSDL_ttf.so
sdl_ttf-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall