You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
457 B
15 lines
457 B
# 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)"
|
|
|