diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-13 12:29:19 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-13 12:30:06 +1000 |
commit | 29fda8e50e4a4a127348e63fcf9f47600beab93c (patch) | |
tree | 8ec7940e1806beea7146747e4ddda891b9f0b1da | |
parent | ff0e59084d6b9f2e7085fc88ba68916150085afb (diff) |
Error out if we have no default path
The path is set through configure.ac/Makefile.am and always defined anyway.
Let's not re-define it here with a different value than our default.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | xkbpath.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,10 +33,6 @@ #include <X11/extensions/XKM.h> #include "xkbpath.h" -#ifndef DFLT_XKB_CONFIG_ROOT -#define DFLT_XKB_CONFIG_ROOT "/usr/lib/X11/xkb" -#endif - #ifndef PATH_MAX #define PATH_MAX 1024 #endif |