1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Upgrade dependencies to interface callback changes

relates to #53
This commit is contained in:
albfan 2015-10-26 21:43:47 +01:00
parent 30b8c2d223
commit 9caf05fa47
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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))