diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12a56ad5..2680f212 100644 --- a/configure.ac +++ b/configure.ac @@ -617,7 +617,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [ dnl =========================================================================== -CAIRO_ENABLE_SURFACE_BACKEND(meta, meta, always) +CAIRO_ENABLE_SURFACE_BACKEND(recording, recording, always) CAIRO_ENABLE_SURFACE_BACKEND(tee, tee, always) CAIRO_ENABLE_SURFACE_BACKEND(xml, xml, yes, [ use_xml=$have_libz |