spice-gtk/spice-client-glib-2.0.pc.in
Marc-André Lureau ae6d0b21a0 build: move @SPICE_GLIB_REQUIRES@ to Requires.private
The libraries listed in Requires aren't needed during build time, they
are library depedencies. And since this is only needed if linking
statically, we can safely move them to Requires.private.

Succesfully tested change with compilation against virt-viewer.

Later, this will also help fixing bug rhbz #799112.
2012-03-07 21:07:20 +01:00

14 lines
327 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: spice-client-glib-2.0
Description: SPICE Client GLib 2.0 library
Version: @VERSION@
Requires: spice-protocol
Requires.private: @SPICE_GLIB_REQUIRES@
Libs: -L${libdir} -lspice-client-glib-2.0
Cflags: -I${includedir}/spice-client-glib-2.0