After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 562929 - Big patch: fix clutter-cairo include path
Big patch: fix clutter-cairo include path
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-01 23:40 UTC by Colin Walters
Modified: 2009-08-08 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix include path (347 bytes, patch)
2008-12-01 23:40 UTC, Colin Walters
none Details | Review

Description Colin Walters 2008-12-01 23:40:16 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>.
Comment 1 Colin Walters 2008-12-01 23:40:52 UTC
Created attachment 123771 [details] [review]
fix include path
Comment 2 Havoc Pennington 2008-12-01 23:54:05 UTC
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.


Comment 3 Colin Walters 2009-08-08 19:29:44 UTC
clutter-cairo is dead