dbus: update to dbus-1.8.8

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-09-18 13:23:16 +02:00
parent ae1af64355
commit 886fa5c8e6
2 changed files with 1 additions and 13 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="dbus"
PKG_VERSION="1.8.6"
PKG_VERSION="1.8.8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,12 +0,0 @@
diff -Naur dbus-1.8.0/configure.ac dbus-1.8.0.patch/configure.ac
--- dbus-1.8.0/configure.ac 2014-01-20 14:40:59.000000000 +0100
+++ dbus-1.8.0.patch/configure.ac 2014-02-20 18:10:36.413817342 +0100
@@ -1141,7 +1141,7 @@
have_systemd=no;
else
PKG_CHECK_MODULES(SYSTEMD,
- [libsystemd-login >= 32, libsystemd-daemon >= 32, libsystemd-journal >= 32],
+ [libsystemd >= 209],
have_systemd=yes,
have_systemd=no)
fi