[gnome-games] Only include games-preimage.h if HAVE_RSVG
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] Only include games-preimage.h if HAVE_RSVG
- Date: Mon, 1 Jun 2009 18:58:36 -0400 (EDT)
commit 4505dcc4beffecc5a628e31ee97a4b8113c8a64f
Author: Christian Persch <chpe gnome org>
Date: Tue Jun 2 00:03:25 2009 +0200
Only include games-preimage.h if HAVE_RSVG
---
libgames-support/games-card-theme-private.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libgames-support/games-card-theme-private.h b/libgames-support/games-card-theme-private.h
index bb4107c..0959db3 100644
--- a/libgames-support/games-card-theme-private.h
+++ b/libgames-support/games-card-theme-private.h
@@ -18,7 +18,10 @@
*/
#include "games-card.h"
+
+#ifdef HAVE_RSVG
#include "games-preimage.h"
+#endif
#define FLOAT_TO_INT_CEIL(f) ((int) (f + 0.5f))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]