From ef668d63b4f6e3bfce5cf6a51f4da2b83f12e0b8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2008 23:15:09 +0200 Subject: [PATCH] xkeyboard-config: make xorg a symlink of xfree86 via configure_args. This fixes the following error: (EE) XKB: Couldn't open rules file /home/juan/pkgfs/depot/share/X11/xkb/rules/xorg (EE) XKB: No components provided for device Keyboard0 (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap --HG-- extra : convert_revision : 10c16e695465595937bec2dbed3aba51db695a3d --- templates/xkeyboard-config.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/xkeyboard-config.tmpl b/templates/xkeyboard-config.tmpl index bb77d67fe86..32e3297d54d 100755 --- a/templates/xkeyboard-config.tmpl +++ b/templates/xkeyboard-config.tmpl @@ -4,6 +4,7 @@ version=1.4 extract_sufx=".tar.bz2" url=http://xlibs.freedesktop.org/xkbdesc build_style=gnu_configure +configure_args="--with-xkb-rules-symlink=xfree86,xorg" make_cmd="$PKGFS_MASTERDIR/bin/gmake" short_desc="X Keyboard Configuration Database" maintainer="Juan RP "