1 2 3 4 5 6 7 8 9 10 11
fontconfig: $(start_setup) $(call copy_file,fonts.conf,$(CONFIG_DIR)/fontconfig/fonts.conf) ifeq ($(IS_LOCAL_INSTALL),'true') # rebuild fonts cache @fc-cache -f endif $(end_setup)