50-l10n.mk 457 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# supplement live with keyboard layout setup

XKB_KEYMAPS := $(subst $(SPACE),$(COMMA),$(XKB_KEYMAPS))

# handle the layouts with a specific variant in the wild
XKB_VARIANTS := $(subst ru,winkeys, \
		$(subst ua,winkeys, \
		$(subst be,winkeys, \
		$(subst us,,$(XKB_KEYMAPS)))))

debug::
	@echo "** live: LOCALES: $(LOCALES)"
	@echo "** live: LOCALE: $(LOCALE)"
	@echo "** live: XKB_KEYMAPS: $(XKB_KEYMAPS)"
	@echo "** live: XKB_VARIANTS: $(XKB_VARIANTS)"