summaryrefslogtreecommitdiff
path: root/xkbpath.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-06-13 12:29:19 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-06-13 12:30:06 +1000
commit29fda8e50e4a4a127348e63fcf9f47600beab93c (patch)
tree8ec7940e1806beea7146747e4ddda891b9f0b1da /xkbpath.c
parentff0e59084d6b9f2e7085fc88ba68916150085afb (diff)
downloadxorg-app-xkbcomp-29fda8e50e4a4a127348e63fcf9f47600beab93c.tar.gz
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>
Diffstat (limited to 'xkbpath.c')
-rw-r--r--xkbpath.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xkbpath.c b/xkbpath.c
index 6f18b86..e7912bf 100644
--- a/xkbpath.c
+++ b/xkbpath.c
@@ -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