summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 59df9857b616..6eacbc878174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -792,7 +792,6 @@ haiku*)
test_randr=no
test_xrender=no
test_freetype=yes
- test_cairo=yes
enable_java=no
enable_opengl=no
enable_odk=no
@@ -803,7 +802,7 @@ haiku*)
enable_gltf=no
enable_collada=no
enable_coinmp=no
- enable_pdfimport=no
+ enable_pdfium=no
enable_postgresql_sdbc=no
enable_firebird_sdbc=no
_os=Haiku
@@ -4614,6 +4613,10 @@ if test "$USING_X11" != TRUE; then
enable_cairo_canvas=no
fi
+if test "$OS" = "HAIKU"; then
+ enable_cairo_canvas=yes
+fi
+
dnl ===================================================================
dnl check for cups support
dnl ===================================================================