From 8dd2c5d00d593b97c12b286196039293caf5f27a Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 8 Sep 2015 18:07:20 +0300 Subject: [PATCH] im: drop dependency upon l10n This was wrong as l10n with no LOCALE would result in "lang=" being added to the boot menu and not overridden by F2 selection. --- features.in/im/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/im/config.mk b/features.in/im/config.mk index ce5fd5e5..0dd5a07c 100644 --- a/features.in/im/config.mk +++ b/features.in/im/config.mk @@ -1,6 +1,6 @@ # Input Method configuration through IBus -use/im: use/l10n +use/im: @$(call add_feature) @$(call add,THE_PACKAGES,$$(IM_PACKAGES)) @$(call add,THE_LISTS,$(call tags,desktop ibus))