mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00: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,
|
Updated/fixed packages: autoconf, bind, binutils, bootutils, busybox,
|
||||||
directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables,
|
directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables,
|
||||||
iw, jpeg, kismet, libfuse, libpcap, libungif, lighttpd, mesa, mpg123,
|
iw, jpeg, kismet, libfuse, libpcap, libungif, lighttpd, mesa, mpg123,
|
||||||
mtd-utils, neon, openvpn, pcre, qt, rpm, sqlite, sshfs, tremor,
|
mtd-utils, neon, openvpn, pcre, qt, rpm, sdl_ttf, sqlite, sshfs,
|
||||||
u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
|
tremor, u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
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/
|
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_ttf*.so* $(TARGET_DIR)/usr/lib/
|
||||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_ttf.so
|
-$(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:
|
sdl_ttf-clean:
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall
|
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user