Commit e0acedc9 authored by Julien Boibessot's avatar Julien Boibessot Committed by Peter Korsgaard
Browse files

SDL_ttf needs freetype to be built and installed first.

parent 334544e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):

+1 −1
Original line number Diff line number Diff line
@@ -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