summaryrefslogtreecommitdiff
path: root/librsvg.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* (#623): Remove obsolete variables from pkg-config filesFederico Mena Quintero2020-09-141-3/+0
| | | | | | | The "svgz_supported" and "css_supported" variables are hardcoded since 2011, and I couldn't find any users in codesearch.debian.net. Fixes https://gitlab.gnome.org/GNOME/librsvg/-/issues/623
* Hard-depend on libcrocoChristian Persch2011-11-071-1/+1
|
* Drop GSF supportChristian Persch2011-11-071-1/+1
| | | | Update GIO req to 2.24, and just always use GIO for gzip support.
* Fix the .pc filesChristian Persch2010-06-301-1/+1
| | | | They were broken by commit 4098d4e287ec5aaa989b025292511abf860164c9.
* Add GIO convenience to librsvgChristian Persch2010-06-221-2/+2
| | | | | | | | Adds rsvg_handle_read_stream_sync() to read the handle's data from a GInputStream, and rsvg_handle_new_from_{gfile,stream}_sync convenience functions analogous to rsvg_handle_new_from_{file,data}. Bug #621699.
* Require gio-2.0Christian Persch2010-06-221-1/+1
|
* Add dual gtk+ capabilityChristian Persch2010-06-101-0/+15
Make rsvg parallel-buildable for gtk+-2.0 and gtk+-3.0. Bug #618475.