[gnome-games/gnome-2-32] build: Add suse and debian default for the	card theme paths
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-games/gnome-2-32] build: Add suse and debian default for the	card theme paths
- Date: Tue, 14 Sep 2010 11:13:02 +0000 (UTC)
commit 71872c061fffb6102ee9847212dfd1cb447f70ac
Author: Christian Persch <chpe gnome org>
Date:   Tue Sep 14 13:08:37 2010 +0200
    build: Add suse and debian default for the card theme paths
    
    Bug #629625.
 configure.in |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4ab6d77..4672b31 100644
--- a/configure.in
+++ b/configure.in
@@ -474,8 +474,7 @@ if test "$enable_card_theme_format_kde"; then
   AC_ARG_WITH([kde-card-theme-path],
     [AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])],
     [],[case $LSB_DISTRIBUTION in
-          *Fedora*|*RedHat*) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
-          *Ubuntu*)          with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
+          *Debian*|*Fedora*|*RedHat*|*SUSE*|*Ubuntu*) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
           *) AC_MSG_ERROR([When enabling the KDE card theme format, you must specify the KDE card themes base path.]) ;;
         esac])
   AC_MSG_RESULT([$with_kde_card_theme_path])
@@ -488,9 +487,9 @@ if test "$enable_card_theme_format_pysol"; then
   AC_ARG_WITH([pysol-card-theme-path],
     [AS_HELP_STRING([--with-pysol-card-theme-path],[The base path to the PySol card themes])],
     [],[case $LSB_DISTRIBUTION in
+          *Debian*|*Ubuntu*) with_pysol_card_theme_path="/usr/share/games/pysol" ;;
           *Fedora*|*RedHat*) with_pysol_card_theme_path="/usr/share/PySolFC" ;;
           *SUSE*)            with_pysol_card_theme_path="/usr/share/games/pysol/data" ;;
-          *Ubuntu*)          with_pysol_card_theme_path="/usr/share/games/pysol" ;;
           *) AC_MSG_ERROR([When enabling the PySol card theme format, you must specify the PySol card themes base path.]) ;;
         esac])
   AC_MSG_RESULT([$with_pysol_card_theme_path])
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]