fa96c6be18
Thanks cow@ for both the packages and suggestion.
16 lines
549 B
Makefile
16 lines
549 B
Makefile
use/fonts:
|
|
@$(call add_feature)
|
|
@$(call xport,FONT_FEATURES_ENABLE)
|
|
@$(call xport,FONT_FEATURES_DISABLE)
|
|
|
|
# just stating that kernels and font habits are pretty individual
|
|
use/fonts/zerg: use/fonts
|
|
@$(call set,FONT_FEATURES_ENABLE,antialias lcdfilter-default \
|
|
hinting style-full sub-pixel-rgb)
|
|
@$(call set,FONT_FEATURES_DISABLE,no-antialias lcdfilter-none \
|
|
unhinted no-sub-pixel)
|
|
|
|
# nothing configured to add_feature, let's skip that this time
|
|
use/fonts/infinality:
|
|
@$(call add,THE_PACKAGES,libfreetype-infinality fontconfig-infinality)
|