From 40879a72e313124001c9545060c48897e7440914 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Wed, 7 Feb 2024 08:03:16 +0300 Subject: kxkb: utilize a translations provseided by xkeyboard-config xkeyboard-config package comes with a message catalogue of its own to translate locale, keyboard model and xkb option names. It would be easier and more robust to utilize it instead of redoing all translation in-house. Signed-off-by: Alexander Golubev (cherry picked from commit 18a8b8d43577941388fa40666641f628860d6f7a) --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 3324456f3..fcee849e3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -245,7 +245,9 @@ unsigned long strlcpy(char*, const char*, unsigned long); #cmakedefine XLIBDIR "@XLIBDIR@" // kxkb +#cmakedefine WITH_XKB_TRANSLATIONS 1 #cmakedefine X11_XKB_RULES_DIR "@X11_XKB_RULES_DIR@" +#cmakedefine XKB_CONFIG_LOCALE_DIR "@XKB_CONFIG_LOCALE_DIR@" // tdm, kcontrol #cmakedefine WITH_XRANDR "@WITH_XRANDR@" -- cgit v1.2.1