GNOME Bugzilla – Bug 562929
Big patch: fix clutter-cairo include path
Last modified: 2009-08-08 19:29:44 UTC
Trivial patch; the clutter-cairo.pc file actually specifies -I${includedir}/clutter/clutter-cairo, so if you #include <clutter-cairo/clutter-cairo.h>, it only works if your clutter-cairo is in the same prefix as clutter (a reasonable assumption, but...) Anyways, it's just shorter to type #include <clutter-cairo.h>.
Created attachment 123771 [details] [review] fix include path
Something seems screwy here ... if the clutter-cairo subdir is in the .pc file under -I, then there's no reason for it to be installed under the clutter/ directory ... it would be like having /usr/include/gtk+-2.0/pango-1.0/pango.h or something.
clutter-cairo is dead