From f1a165bbd64c154d8e91c70be1aa1e4aaee0b939 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 27 May 2013 18:06:03 +0400 Subject: [PATCH] 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. --- features.in/fonts/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.in/fonts/config.mk b/features.in/fonts/config.mk index 5c8f985f..d43d8014 100644 --- a/features.in/fonts/config.mk +++ b/features.in/fonts/config.mk @@ -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)