mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Also change include dir to "spice-server" for consistency. libspice.so conflicted with the tclspice package, and its also a clarification for when we create a spice client library.
14 lines
286 B
PkgConfig
14 lines
286 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spice
|
|
Description: SPICE server library
|
|
Version: @VERSION@
|
|
|
|
Requires: @SPICE_REQUIRES@
|
|
Libs: -L${libdir} -lspice-server
|
|
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/spice-server
|