Commit 5c3b9db5 authored by Anton Midyukov's avatar Anton Midyukov

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.
parent 93742be1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment