1
0
Fork 0
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:
Andrey Gusakov 2014-08-29 14:53:50 +04:00 committed by David Herrmann
parent b7d04aa20d
commit 76b736aca3

View file

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