Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root
svn path=/trunk/; revision=107
This commit is contained in:
parent
8e08fa1d2a
commit
78bb9fd286
@ -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
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user