mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
build: fix required package to libsystemd
We require libsystemd, not libsystemd-daemon. Fix the pkg-config test and also adjust the version. Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
b7d04aa20d
commit
76b736aca3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ LT_INIT
|
|||
# Mandatory dependencies
|
||||
#
|
||||
|
||||
PKG_CHECK_MODULES([DEPS], [libudev libsystemd-daemon >= 208])
|
||||
PKG_CHECK_MODULES([DEPS], [libudev libsystemd >= 213])
|
||||
PKG_CHECK_MODULES([GDHCP], [glib-2.0])
|
||||
|
||||
AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue