install DroidSansFallbackFull.ttf

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-12-05 17:08:48 +01:00
parent 7cff145ddf
commit 693e7266cb
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ define FONTS_DROID_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/usr/share/fonts/droid/
install -m 0644 $(@D)/NOTICE $(@D)/DroidSansFallback.ttf \
$(TARGET_DIR)/usr/share/fonts/droid/
install -m 0644 $(@D)/NOTICE $(@D)/DroidSansFallbackFull.ttf \
$(TARGET_DIR)/usr/share/fonts/droid/
endef
$(eval $(generic-package))