mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-15 13:20:50 +00:00
Depend on spice-protocol module
This doesn't actually use the new module, just sets it up for use.
This commit is contained in:
parent
a8ffd12e99
commit
3d84818a7b
@ -14,6 +14,7 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/common/linux \
|
||||
-I$(top_srcdir)/client \
|
||||
$(PROTOCOL_CFLAGS) \
|
||||
$(GL_CFLAGS) \
|
||||
$(ALSA_CFLAGS) \
|
||||
$(FFMPEG_CFLAGS) \
|
||||
|
||||
@ -87,6 +87,11 @@ AM_CONDITIONAL(OS_LINUX, test "$os_linux" = "yes")
|
||||
dnl =========================================================================
|
||||
dnl Check deps
|
||||
|
||||
PKG_CHECK_MODULES(PROTOCOL, spice-protocol)
|
||||
AC_SUBST(PROTOCOL_CFLAGS)
|
||||
SPICE_REQUIRES+=" log4cpp"
|
||||
|
||||
|
||||
AC_CHECK_LIBM
|
||||
AC_SUBST(LIBM)
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@ INCLUDES = \
|
||||
-I. \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/common/linux \
|
||||
$(PROTOCOL_CFLAGS) \
|
||||
$(FFMPEG_CFLAGS) \
|
||||
$(QCAIRO_CFLAGS) \
|
||||
$(GL_CFLAGS) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user