Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root

svn path=/trunk/; revision=107
This commit is contained in:
Colin Walters 2008-12-01 23:44:06 +00:00
parent 8e08fa1d2a
commit 78bb9fd286
2 changed files with 4 additions and 1 deletions

View File

@ -20,3 +20,6 @@ private locations as we do for gnome-shell. (We install the typelib
into a private location, link the source files directly into the
gnome-shell plugin so no external library is needed, and we don't
install the header files at all.)
Patches applied:
http://bugzilla.gnome.org/show_bug.cgi?id=562929

View File

@ -24,7 +24,7 @@
#include <clutter/clutter-units.h>
#include <clutter/clutter-actor.h>
#include <clutter-cairo/clutter-cairo.h>
#include <clutter-cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>