E17: fix keyboard for NetBSD and OpenBSD in wizard

patch by Maxime Villard (rustyBSD)


SVN revision: 79060
This commit is contained in:
Vincent Torri 2012-11-09 19:33:38 +00:00
parent 7c7b388014
commit c6de6576c0
1 changed files with 5 additions and 0 deletions

View File

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