GNOME Bugzilla – Bug 564616
should indicate in pc file if svgz and css are supported
Last modified: 2011-04-16 20:02:18 UTC
In my programme's configure, I want to make sure svgz (libgsf) and css (libcroco) support are enabled in librsvg. However, there appears to be no way to do so. The pc files should have variables for this, and there should also be librsvg-features.h defines?
Created attachment 124729 [details] [review] [PATCH] Add variables to the pkg-config files indicating if svgz or croco has been disabled. --- configure.in | 4 ++++ librsvg-2.0-uninstalled.pc.in | 3 +++ librsvg-2.0.pc.in | 3 +++ 3 files changed, 10 insertions(+), 0 deletions(-)
Ok to commit, Christian
Committed.