From 9caf05fa474231eb27595eeb74006f58cc914199 Mon Sep 17 00:00:00 2001 From: albfan Date: Mon, 26 Oct 2015 21:43:47 +0100 Subject: [PATCH] Upgrade dependencies to interface callback changes relates to #53 --- README.md | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 992088e..bd1fc6e 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ This specific linux flavour is so hard to get miraclecast dependencies that an a https://github.com/albfan/systemd-ubuntu-with-dbus +At this time, ubuntu is on version 15.04 and systemd is stick on 219 version, use branch [systemd-219](https://github.com/albfan/miraclecast/tree/systemd-219) to compile miraclecast + > See specific instructions on that repo ### Arch linux diff --git a/configure.ac b/configure.ac index 37ae6df..97ba376 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_ARG_ENABLE([log-debug], # Mandatory dependencies # -PKG_CHECK_MODULES([DEPS], [libudev libsystemd >= 213]) +PKG_CHECK_MODULES([DEPS], [libudev libsystemd > 219]) PKG_CHECK_MODULES([GDHCP], [glib-2.0]) AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))