diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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@" |