mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
spice-server headers expose SpiceImageCompression which is only available from recent spice-protocol releases. This dependency must be expressed in Requires and not Requires.private
15 lines
347 B
PkgConfig
15 lines
347 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spice
|
|
Description: SPICE server library
|
|
Version: @VERSION@
|
|
|
|
Requires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
|
|
Requires.private: @SPICE_REQUIRES@
|
|
Libs: -L${libdir} -lspice-server
|
|
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/spice-server
|