From e8106a4a6a37d1980764d059ed4e40449c6cd661 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Oct 2008 00:14:19 +0200 Subject: [PATCH] xorg-server: set --with-xkb-output explicitly. With all this set of changes, xorg-server fully WORKS! --HG-- extra : convert_revision : f10f8f32c4b44f0476e31ee25225ec3f46c09519 --- templates/xorg-server.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/xorg-server.tmpl b/templates/xorg-server.tmpl index 99d4778f05..26e21a3c19 100755 --- a/templates/xorg-server.tmpl +++ b/templates/xorg-server.tmpl @@ -4,7 +4,8 @@ version=1.5.1 extract_sufx=".tar.bz2" url=http://xorg.freedesktop.org/releases/individual/xserver build_style=gnu_configure -configure_args="--with-xkb-path=$PKGFS_MASTERDIR/share/X11/xkb" +configure_args="--with-xkb-path=$PKGFS_MASTERDIR/share/X11/xkb + --with-xkb-output=$PKGFS_MASTERDIR/var/db/xkb" make_cmd="$PKGFS_MASTERDIR/bin/gmake" make_install_args="SERVER_MISC_CONFIG_PATH=$PKGFS_DESTDIR/$pkgname-$version/lib/xorg" pkgconfig_override="xorg-server.pc"