summaryrefslogtreecommitdiffstats
path: root/spice-client-glib-2.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* build: move @SPICE_GLIB_REQUIRES@ to Requires.privateMarc-André Lureau2012-03-071-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.
* build: fix .pc RequiresMarc-André Lureau2011-07-161-1/+1
|
* Include ABI version in library names.Daniel P. Berrange2011-01-141-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.