From: Eric Andersen Date: Tue, 16 Jan 2007 08:10:27 +0000 (-0000) Subject: Add in a few useful bits for font handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cb000f5d7f39b93449de9e014e241142162ec55;p=buildroot.git Add in a few useful bits for font handling --- diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk index 27f529ad61..49e4b70b2f 100644 --- a/package/fontconfig/fontconfig.mk +++ b/package/fontconfig/fontconfig.mk @@ -59,6 +59,12 @@ $(TARGET_DIR)/lib/libfontconfig.so: $(STAGING_DIR)/lib/libfontconfig.so mkdir -p $(TARGET_DIR)/etc/fonts cp $(STAGING_DIR)/etc/fonts/fonts.conf $(TARGET_DIR)/etc/fonts/ -$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libfontconfig.so + mkdir -p $(TARGET_DIR)/var/cache/fontconfig + mkdir -p $(TARGET_DIR)/usr/bin + cp -a $(STAGING_DIR)/usr/bin/fc-cache $(TARGET_DIR)/usr/bin/ + -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/fc-cache + cp -a $(STAGING_DIR)/usr/bin/fc-list $(TARGET_DIR)/usr/bin/ + -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/fc-list fontconfig: uclibc freetype $(TARGET_DIR)/lib/libfontconfig.so