spice/spice-server.pc.in
James Le Cuirot b4d767bdcc build: Change Autotools pkg-config name field to match Meson
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>
2020-04-10 15:28:16 +01:00

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