summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-09-05 20:35:24 +0200
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-09-06 09:10:00 +0200
commit9d207b1158a88cb9b88b935392b61dce515a573d (patch)
treee08d30b8e9a75a83b2da06f2794ea391d61d8680 /configure.in
parent22f2e5f286d55cd5c1ead07fb82cd78027abf490 (diff)
configure: disable librsvg with --enable-headless
librsvg have a long list of dependencies that requires at least gdk, so X. On debian the headers package depends on cairo too. Indeed not what we want. Since comments here says that impress depends on it will need to eventually disable build of impress. Change-Id: Ic88f90d03d0a80c1ada9f4224faed9deab2bed52
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7780ab51273e..d2502c09fd58 100644
--- a/configure.in
+++ b/configure.in
@@ -4063,6 +4063,7 @@ if test "$enable_headless" = "yes"; then
test_kde4=no
test_unix_quickstarter=no
test_cairo=no
+ enable_librsvg=no
fi
dnl check for cups support