fonts: use/fonts/install2 must be set INSTALL2_FONTS but not SYSTEM_FONTS
So we added a separate target use/fonts/system. Needed for kworkstation.
This commit is contained in:
parent
93742be1ef
commit
5c3b9db5b2
@ -8,8 +8,12 @@ use/fonts:
|
||||
|
||||
# standalone target to specify non-bitmap installer fonts
|
||||
use/fonts/install2:
|
||||
@$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo)
|
||||
@$(call add,INSTALL2_PACKAGES,$$(SYSTEM_FONTS))
|
||||
|
||||
use/fonts/system:
|
||||
@$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo)
|
||||
@$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS))
|
||||
@$(call add,SYSTEM_PACKAGES,$$(INSTALL2_FONTS))
|
||||
|
||||
# just stating that kernels and font habits are pretty individual
|
||||
use/fonts/zerg: use/fonts
|
||||
|
Loading…
Reference in New Issue
Block a user