[gnome-games] Only include games-preimage.h if HAVE_RSVG



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]