shell: build fix (clutter-gtk includes)
Building without cheese broke with commit 64467d7
https://bugzilla.gnome.org/show_bug.cgi?id=694118
This commit is contained in:
parent
73a5b5ce45
commit
dd73671c24
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
#include <glib/gi18n.h>
|
||||
#include <gio/gio.h>
|
||||
#include <libnotify/notify.h>
|
||||
#include <clutter-gtk/clutter-gtk.h>
|
||||
|
||||
#include "cc-application.h"
|
||||
#include "cc-panel-loader.h"
|
||||
|
@ -34,6 +33,7 @@
|
|||
|
||||
#ifdef HAVE_CHEESE
|
||||
#include <cheese-gtk.h>
|
||||
#include <clutter-gtk/clutter-gtk.h>
|
||||
#endif /* HAVE_CHEESE */
|
||||
|
||||
struct _CcApplicationPrivate
|
||||
|
|
Loading…
Add table
Reference in a new issue