thanks joel - in e17 wizard too for xkb rules chec.

SVN revision: 82253
This commit is contained in:
Carsten Haitzler 2013-01-05 02:18:25 +00:00
parent 4b9b2f74c8
commit 86a451f54c
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ find_rules(void)
{
int i = 0;
const char *lstfiles[] = {
#ifdef XKB_BASE
XKB_BASE "/rules/xorg.lst",
XKB_BASE "/rules/xfree86.lst",
#endif
#if defined __NetBSD__
"/usr/X11R7/lib/X11/xkb/rules/xorg.lst",
#elif defined __OpenBSD__