[gnome-games] libgames-support: Don't install the default .svg when SVG is disabled



commit 84f7256144a90b2129829d6220282815734519e2
Author: Christian Persch <chpe gnome org>
Date:   Sun Jul 12 00:56:12 2009 +0200

    libgames-support: Don't install the default .svg when SVG is disabled

 libgames-support/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 6bc2a5e..0fcedfa 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -2,10 +2,12 @@ NULL =
 
 commondatadir = $(datadir)/gnome-games-common
 
+if ENABLE_CARD_THEME_FORMAT_SVG
 carddir = $(commondatadir)/cards
-card_DATA = \
+dist_card_DATA = \
 	gnomangelo_bitmap.svg	\
 	$(NULL)
+endif # ENABLE_CARD_THEME_FORMAT_SVG
 
 themeinstalldir = $(commondatadir)
 themeinstall_DATA = theme-install.ini



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]