mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2025-12-29 08:42:16 +00:00
Use spice-protocol submodule
This commit is contained in:
parent
2ab4fb7832
commit
f2c2a136e2
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "spice-protocol"]
|
||||
path = spice-protocol
|
||||
url = git://git.freedesktop.org/git/spice/spice-protocol.git
|
||||
@ -3,7 +3,7 @@ MAINTAINERCLEANFILES =
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/common \
|
||||
$(SPICE_PROTOCOL_CFLAGS) \
|
||||
-I$(top_srcdir)/spice-protocol \
|
||||
$(NULL)
|
||||
|
||||
AM_CPPFLAGS = -DUNICODE -D_UNICODE
|
||||
|
||||
17
autogen.sh
Normal file
17
autogen.sh
Normal file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
pushd "$srcdir"
|
||||
git submodule update --init --recursive
|
||||
autoreconf -vfi
|
||||
popd
|
||||
|
||||
if [ -z "$NOCONFIGURE" ]; then
|
||||
"$srcdir"/configure --enable-maintainer-mode "$@"
|
||||
fi
|
||||
|
||||
|
||||
@ -64,7 +64,6 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl - Check library dependencies
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
PKG_CHECK_MODULES(SPICE_PROTOCOL, [spice-protocol])
|
||||
PKG_CHECK_MODULES(CXIMAGE, [cximage])
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
1
spice-protocol
Submodule
1
spice-protocol
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d28904731a06a25d3d148d895b0633520ead9aad
|
||||
Loading…
Reference in New Issue
Block a user