[aisleriot] Require cairo 1.10
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Require cairo 1.10
- Date: Tue, 12 Apr 2011 16:46:13 +0000 (UTC)
commit b5dc4301c7b3fefaa93801cf7f22fc4ae6272d20
Author: Christian Persch <chpe gnome org>
Date: Mon Apr 11 23:13:52 2011 +0200
Require cairo 1.10
configure.ac | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 99751b6..74e26f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,6 @@ enable_card_theme_format_fixed=no
enable_card_theme_format_sliced=no
enable_card_theme_format_pysol=no
need_rsvg=no
-require_cairo_1_10=no
IFS="${IFS= }"; gg_saved_ifs="$IFS"; IFS=","
for format in $with_card_theme_formats; do
@@ -257,7 +256,6 @@ if test "$enable_card_theme_format_svg" = "yes"; then
fi
if test "$enable_card_theme_format_kde" = "yes"; then
AC_DEFINE([ENABLE_CARD_THEME_FORMAT_KDE],[1],[Define to enable KDE card theme format support])
- require_cairo_1_10=yes
need_rsvg=yes
fi
if test "$enable_card_theme_format_fixed" = "yes"; then
@@ -432,11 +430,7 @@ have_rsvg=no
if test "$need_rsvg" = "yes"; then
have_rsvg=yes
- if test "$require_cairo_1_10" = "yes"; then
- CAIRO_REQUIRED=1.10.0
- else
- CAIRO_REQUIRED=1.0
- fi
+ CAIRO_REQUIRED=1.10.0
# Errors out if rsvg is not found
PKG_CHECK_MODULES([RSVG],[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]