Commit f1a165bb authored by Michael Shigorin's avatar Michael Shigorin

fonts: consistency tweak

The issue is that use/fonts/infinality doesn't actually require the script hook thus registering the feature's name in FEATURES variable so that the feature's contents get copied over is not neccessary (distcfg.mk build-up will have happened anyways). But that's confusing if one's forgot this peculiarity (like me today) or never knew of it, so let's spare some frustration.
parent 8d26de28
......@@ -10,6 +10,6 @@ use/fonts/zerg: use/fonts
@$(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:
# nothing configured to add_feature but let's not skip that for consistency
use/fonts/infinality: use/fonts
@$(call add,THE_PACKAGES,libfreetype-infinality fontconfig-infinality)
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