Go to file
Dan Nicholson 53ead9b575 Use xkbpath API for locating rules
Instead of hardcoding the XKB base directory when searching for rules in
the xkbcomp code, we can extend the xkbpath API to cover rules and reuse
it. That will make it more convenient if it's ever exposed so people can
set their XKB search paths in a reasonable way.
2009-04-11 10:39:55 -07:00
include Add interface to compile keyboard description from keymap files 2009-04-10 12:25:51 -07:00
src Use xkbpath API for locating rules 2009-04-11 10:39:55 -07:00
test Program and files for testing CompileKeymapFromFile 2009-04-10 12:33:31 -07:00
.gitignore Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00
COPYING Initial autotools commit 2009-03-19 10:47:15 -07:00
Makefile.am Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00
autogen.sh Initial autotools commit 2009-03-19 10:47:15 -07:00
configure.ac Require strdup and remove utils wrapper 2009-04-05 20:27:35 -07:00
xkbcommon.pc.in Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00