summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-03-04 07:20:12 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-03-04 21:12:46 -0600
commit43f3b1fb5bca9909a6ca2102b80dc3291e038f2f (patch)
tree56f8d5e93457be6c8a1a2a97c38612094628f935 /configure.in
parent6457d8bf66c7860dcde037cda98a7d3363d6f651 (diff)
build internal cairo if not with_system_cairo but enable_librsvg != NO
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3df3a8f2f00b..f0ac6a0f3147 100644
--- a/configure.in
+++ b/configure.in
@@ -9866,9 +9866,15 @@ else
if test "$ENABLE_LIBRSVG" != NO -o -z "$ENABLE_DIRECTX"; then
BUILD_TYPE="$BUILD_TYPE CAIRO"
fi
- else
+ else
if test "$enable_cairo_canvas" = "yes"; then
BUILD_TYPE="$BUILD_TYPE CAIRO"
+ else
+ if test "$with_system_cairo" != "yes" ; then
+ if test "$ENABLE_LIBRSVG" != NO ; then
+ BUILD_TYPE="$BUILD_TYPE CAIRO"
+ fi
+ fi
fi
fi
fi