mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 08:13:34 +08:00
Add in a few useful bits for font handling
This commit is contained in:
parent
0105ad9699
commit
7cb000f5d7
@ -59,6 +59,12 @@ $(TARGET_DIR)/lib/libfontconfig.so: $(STAGING_DIR)/lib/libfontconfig.so
|
|||||||
mkdir -p $(TARGET_DIR)/etc/fonts
|
mkdir -p $(TARGET_DIR)/etc/fonts
|
||||||
cp $(STAGING_DIR)/etc/fonts/fonts.conf $(TARGET_DIR)/etc/fonts/
|
cp $(STAGING_DIR)/etc/fonts/fonts.conf $(TARGET_DIR)/etc/fonts/
|
||||||
-$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libfontconfig.so
|
-$(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
|
fontconfig: uclibc freetype $(TARGET_DIR)/lib/libfontconfig.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user