mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dbus: dont check for libsystemd-login/libsystemd-daemon
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
28fd753f58
commit
fa5e2a51c8
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user