From 82d800130bf58c440f21f8ce100bfe39a45ace53 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sun, 23 Nov 2008 12:53:01 +0000 Subject: [PATCH] Stefan Fiedler: xkeyboard-config: build with symlinks to default rules, xkb keymaps cannot be used in xorg without this [2008102622174285420] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9197 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/xorg/xkeyboard-config/xkeyboard-config.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/xorg/xkeyboard-config/xkeyboard-config.conf diff --git a/package/xorg/xkeyboard-config/xkeyboard-config.conf b/package/xorg/xkeyboard-config/xkeyboard-config.conf new file mode 100644 index 000000000..2e2656c40 --- /dev/null +++ b/package/xorg/xkeyboard-config/xkeyboard-config.conf @@ -0,0 +1,4 @@ +# Create symlinks from xorg{,.lst,.xml} to base{,.lst,.xml} files, respectively, +# because xorg only searches for rules named "xorg" and cannot use xkb +# keymaps if none exist. +var_append extraconfopt " " "--with-xkb-rules-symlink=xorg"