GNOME Bugzilla – Bug 321780
Use #include <cairo.h> instead of <cairo/cairo.h>
Last modified: 2005-12-14 23:14:53 UTC
Version details: 2.13.2 The pkgconfig setup adds "-I<cairo_include_dir>/cairo" to the CFLAGS, so unless cairo happens to be installed in a prefix that is included anyway #include <cairo/cairo.h> doesn't work. The line should simply be #include <cairo.h> instead.
Created attachment 54905 [details] [review] Fix include path for cairo
Thanks, fixed in HEAD.