mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:31:54 +00:00
build: remove libwfd dependency
libwfd is no longer used, remove the dependency. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
0f9ca6e7b8
commit
7a73bee0f0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ LT_INIT
|
|||
# Mandatory dependencies
|
||||
#
|
||||
|
||||
PKG_CHECK_MODULES([DEPS], [libwfd libudev libsystemd-daemon >= 208])
|
||||
PKG_CHECK_MODULES([DEPS], [libudev libsystemd-daemon >= 208])
|
||||
PKG_CHECK_MODULES([GDHCP], [glib-2.0])
|
||||
|
||||
AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))
|
||||
|
|
Loading…
Reference in a new issue