mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
parent
30b8c2d223
commit
9caf05fa47
2 changed files with 3 additions and 1 deletions
|
@ -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
|
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
|
> See specific instructions on that repo
|
||||||
|
|
||||||
### Arch linux
|
### Arch linux
|
||||||
|
|
|
@ -44,7 +44,7 @@ AC_ARG_ENABLE([log-debug],
|
||||||
# Mandatory dependencies
|
# Mandatory dependencies
|
||||||
#
|
#
|
||||||
|
|
||||||
PKG_CHECK_MODULES([DEPS], [libudev libsystemd >= 213])
|
PKG_CHECK_MODULES([DEPS], [libudev libsystemd > 219])
|
||||||
PKG_CHECK_MODULES([GDHCP], [glib-2.0])
|
PKG_CHECK_MODULES([GDHCP], [glib-2.0])
|
||||||
|
|
||||||
AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))
|
AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue