xkbcomp: update to xkbcomp-1.2.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-30 22:18:22 +02:00
parent f22a77e8d5
commit abe52b1f9e
3 changed files with 5 additions and 4 deletions

View File

@ -6,11 +6,11 @@ $SCRIPTS/build toolchain
$SCRIPTS/build libX11
cd $PKG_BUILD
ac_cv_file___xkbparse_c=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
make
$STRIP $1

View File

@ -1,8 +1,9 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install libX11
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin

View File

@ -1 +1 @@
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.1.1.tar.bz2
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.2.0.tar.bz2