Merge branch 'master' into openelec-pxe

This commit is contained in:
Stephan Raue 2011-04-07 10:06:49 +02:00
commit e57057f1a5
4 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,7 @@ cd lib
--with-included-libtasn1 \
--with-lzo \
--with-libz-prefix="$SYSROOT_PREFIX/usr" \
--with-libgcrypt \
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
--disable-nls \
--with-gnu-ld
@ -57,6 +58,7 @@ cd ../libextra
--enable-shared \
--with-included-libtasn1 \
--with-lzo \
--with-libgcrypt \
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
--with-gnu-ld

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="gnutls"
PKG_VERSION="2.10.5"
PKG_VERSION="2.12.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"

View File

@ -31,7 +31,6 @@ XKBCOMP="/usr/bin/xkbcomp" \
--enable-compat-rules \
--with-xkb-base=$XORG_PATH_XKB \
--without-xkb-rules-symlink \
--disable-runtime-deps
make
make DESTDIR=`pwd`/.install install

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xkeyboard-config"
PKG_VERSION="2.2"
PKG_VERSION="2.2.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"