mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Add in a few useful bits for font handling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user