[gnome-control-center] shell: build fix (clutter-gtk includes)
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: build fix (clutter-gtk includes)
- Date: Mon, 18 Feb 2013 20:21:42 +0000 (UTC)
commit dd73671c243cfeb97fc7eeeb6e40a259a54b209e
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Feb 18 14:33:43 2013 -0500
shell: build fix (clutter-gtk includes)
Building without cheese broke with commit 64467d7
https://bugzilla.gnome.org/show_bug.cgi?id=694118
shell/cc-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-application.c b/shell/cc-application.c
index b7aba88..74f101a 100644
--- a/shell/cc-application.c
+++ b/shell/cc-application.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]