diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-02-16 14:01:43 +0200 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-02-16 14:01:43 +0200 |
commit | e380beae5382df547a1b538de94e90c0e2339141 (patch) | |
tree | 525284338f744ac9f48dcea80313496fa440e161 /configure.ac | |
parent | 79a72e63585d7fce7898f2c8bd997c6d88f8895f (diff) |
[sdl] Remove new backend.
The SDL backend makes invalid assumptions about SDL_Surface locking
semantics and doesn't deal correctly with the unpremultiplied pixel
format supported by SDL. Removed as per discussion on the mailing list.
http://lists.cairographics.org/archives/cairo/2009-February/016595.html
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index d3ed7031..229eb6aa 100644 --- a/configure.ac +++ b/configure.ac @@ -160,14 +160,6 @@ CAIRO_ENABLE_SURFACE_BACKEND(beos, BeOS/Zeta, no, [ dnl =========================================================================== -CAIRO_ENABLE_SURFACE_BACKEND(sdl, SDL, no, [ - sdl_REQUIRES="sdl >= 1.2" - PKG_CHECK_MODULES(sdl, $sdl_REQUIRES, , [AC_MSG_RESULT(no) - use_sdl="no (requires $sdl_REQUIRES http://www.libsdl.org)"]) -]) - -dnl =========================================================================== - CAIRO_ENABLE_FUNCTIONS(png, PNG, yes, [ use_png=no AC_ARG_VAR([png_REQUIRES], [module name for libpng to search for using pkg-config]) |