mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
2 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue