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.
This commit is contained in:
Michael Shigorin 2015-09-08 18:07:20 +03:00
parent dcd8a865e7
commit 8dd2c5d00d

View File

@ -1,6 +1,6 @@
# Input Method configuration through IBus # Input Method configuration through IBus
use/im: use/l10n use/im:
@$(call add_feature) @$(call add_feature)
@$(call add,THE_PACKAGES,$$(IM_PACKAGES)) @$(call add,THE_PACKAGES,$$(IM_PACKAGES))
@$(call add,THE_LISTS,$(call tags,desktop ibus)) @$(call add,THE_LISTS,$(call tags,desktop ibus))