xorg-server: set --with-xkb-output explicitly.

With all this set of changes, xorg-server fully WORKS!

--HG--
extra : convert_revision : f10f8f32c4b44f0476e31ee25225ec3f46c09519
This commit is contained in:
Juan RP 2008-10-07 00:14:19 +02:00
parent cab440d638
commit e8106a4a6a

View file

@ -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"