libxkbcommon/test
Peter Hutterer d7b39f6ffb Add /etc/xkb as extra lookup path for system data files
This completes the usual triplet of configuration locations available for most
processes:
- vendor-provided data files in /usr/share/X11/xkb
- system-specific data files in /etc/xkb
- user-specific data files in $XDG_CONFIG_HOME/xkb

The default lookup order user, system, vendor, just like everything else that
uses these conventions.

For include directives in rules files, the '%E' resolves to that path.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-08-30 21:49:41 +03:00
..
data test/data: ensure files are checked out with LF, not CRLF 2019-12-28 15:59:47 +02:00
.gitignore test: add a tool to test-compile all LVO combinations from xkeyboard-config 2018-08-21 11:30:45 +10:00
atom.c test/atom: use correct format specifier for size_t 2019-12-28 14:13:52 +02:00
buffercomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
common.c Add asprintf_safe helper function 2020-07-13 18:41:00 +10:00
compose.c Add asprintf_safe helper function 2020-07-13 18:41:00 +10:00
context.c Add asprintf_safe helper function 2020-07-13 18:41:00 +10:00
evdev-scancodes.h test: make most tests portable by copying linux/input.h locally 2014-09-06 11:29:15 +03:00
filecomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
keymap.c keymap: don't forget about fallback mappings in xkb_keymap_key_get_mods_for_level() 2020-04-18 22:23:06 +03:00
keyseq.c build: include config.h manually 2019-12-27 13:09:11 +02:00
keysym.c Support translation Unicode codepoints to keysyms 2020-02-24 09:54:09 +02:00
log.c Only add GCC diagnostic pragmas when compiler is GCC compatible 2019-12-27 15:20:25 +02:00
registry.c Add asprintf_safe helper function 2020-07-13 18:41:00 +10:00
rules-file-includes.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rules-file.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rulescomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
state.c build: include config.h manually 2019-12-27 13:09:11 +02:00
stringcomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
symbols-leak-test.py test: make the symbols-leak-test executable 2020-07-25 10:59:32 +03:00
test.h test: drop some now-obsolete functions 2020-06-25 10:32:08 +10:00
tool-option-parsing.py Add /etc/xkb as extra lookup path for system data files 2020-08-30 21:49:41 +03:00
utf8.c build: include config.h manually 2019-12-27 13:09:11 +02:00
utils.c utils: add streq_null() for streq that allows NULL values 2020-07-06 15:15:20 +10:00
x11.c build: include config.h manually 2019-12-27 13:09:11 +02:00
x11comp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
xkeyboard-config-test.py.in test: fix the xkeyboard-config test 2020-07-29 08:33:26 +10:00