summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-07-03 01:39:21 +0000
committeraneejit1 <aneejit1@gmail.com>2020-07-27 19:23:47 +0000
commit3abd9e912c4b1ed6abd0ff1f440f2105fcbdf4a2 (patch)
tree080b117d07b3743ef96bc65ace9578e8fde7faef /config.h.cmake
parent0436adf8bda6ce7b78622cac802611e568b4b22e (diff)
downloadtdebase-3abd9e912c4b1ed6abd0ff1f440f2105fcbdf4a2.tar.gz
tdebase-3abd9e912c4b1ed6abd0ff1f440f2105fcbdf4a2.zip
Ask pkg-config/find_file where we can find the X11 Xkb rules directory and add some more candidate paths for xkbd to search
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index daf86f64d..9c2fe0797 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -218,6 +218,9 @@
// tdm, kxkb
#cmakedefine XLIBDIR "@XLIBDIR@"
+// kxkb
+#cmakedefine X11_XKB_RULES_DIR "@X11_XKB_RULES_DIR@"
+
// tdm, kcontrol
#cmakedefine WITH_XRANDR "@WITH_XRANDR@"