Merge pull request #4760 from lrusak/package-updates

Package updates
This commit is contained in:
Stephan Raue 2016-02-24 00:28:55 +01:00
commit 490483d9c8
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libinput"
PKG_VERSION="1.1.8"
PKG_VERSION="1.2.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -37,4 +37,5 @@ PKG_CONFIGURE_OPTS_TARGET="--with-sysroot=$SYSROOT_PREFIX \
--disable-static \
--disable-documentation \
--disable-event-gui \
--disable-tests"
--disable-tests \
--disable-libwacom"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xrandr"
PKG_VERSION="1.4.3"
PKG_VERSION="1.5.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
@ -34,4 +34,4 @@ PKG_AUTORECONF="yes"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/xkeystone
}
}