mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
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:
parent
334544e0ac
commit
e0acedc9e6
4
CHANGES
4
CHANGES
@ -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):
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user