[gnome-games] libgames-support: Don't install slot.svg when RSVG is disabled
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] libgames-support: Don't install slot.svg when RSVG is disabled
- Date: Sat, 11 Jul 2009 23:12:07 +0000 (UTC)
commit c6fe2ea3b0ec8fa544dae148f2059731ecf606c2
Author: Christian Persch <chpe gnome org>
Date: Sun Jul 12 01:09:50 2009 +0200
libgames-support: Don't install slot.svg when RSVG is disabled
libgames-support/Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 81766c8..aa862fb 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -9,14 +9,16 @@ dist_card_DATA = \
$(NULL)
endif # ENABLE_CARD_THEME_FORMAT_SVG
+if HAVE_RSVG
+slotdir = $(pkgdatadir)/pixmaps
+dist_slot_DATA = slot.svg
+endif # HAVE_RSVG
+
if ENABLE_CARD_THEMES_INSTALLER
themeinstalldir = $(commondatadir)
dist_themeinstall_DATA = theme-install.ini
endif # ENABLE_CARD_THEMES_INSTALLER
-slotdir = $(pkgdatadir)/pixmaps
-slot_DATA = slot.svg
-
EXTRA_DIST = \
$(schema_in_files) \
$(card_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]