mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
The file and library are both called spice-server so the name should therefore be spice-server rather than just spice. Signed-off-by: James Le Cuirot <chewi@gentoo.org> Acked-by: Frediano Ziglio <fziglio@redhat.com>
15 lines
354 B
PkgConfig
15 lines
354 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spice-server
|
|
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
|