summaryrefslogtreecommitdiff
path: root/spice-client-glib-2.0.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2012-03-07build: move @SPICE_GLIB_REQUIRES@ to Requires.privateMarc-André Lureau1-1/+2
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.
2011-07-16build: fix .pc RequiresMarc-André Lureau1-1/+1
2011-01-14Include ABI version in library names.Daniel P. Berrange1-0/+12
To allow easy parallel install of spice-gtk builds against GTK2 and GTK3, include the ABI version in the library names. libspice-gtk.la -> libspice-gtk-2.0.la libspice-glib.la -> libspice-glib-2.0.la The PyGtk module doesn't change because that is obsolete and unused in GTK3 world.