libXi: update to libXi-1.5.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-19 01:30:48 +01:00
parent 75b7acfeed
commit 3777a1bc48
2 changed files with 9 additions and 2 deletions

View File

@ -30,8 +30,15 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-static \
--enable-shared \
--with-gnu-ld \
--enable-malloc0returnsnull \
--disable-silent-rules \
--disable-docs \
--disable-specs \
--without-xmlto \
--without-fop \
--without-xsltproc \
--without-asciidoc \
--with-gnu-ld \
make SUBDIRS="src"
$MAKEINSTALL SUBDIRS="src"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libXi"
PKG_VERSION="1.4.5"
PKG_VERSION="1.5.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"