diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-04-17 23:56:50 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-02-25 01:58:24 +0000 |
commit | 803afe6edda17b97e3d12a20585e565a2d2a79a2 (patch) | |
tree | b2b09561899765aa0a21328a250be14ad5357b79 /configure.ac | |
parent | 1409079eefc04dcb0cab49e02f3cf3cf5e622974 (diff) |
tanis: Remove cairo-cogl
Cogl's upstream is unmaintained, and has been for the past 6 years.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 06e421536..6235530a4 100644 --- a/configure.ac +++ b/configure.ac @@ -331,12 +331,6 @@ CAIRO_ENABLE_SURFACE_BACKEND(glesv3, OpenGLESv3, no, [ ]) dnl =========================================================================== -CAIRO_ENABLE_SURFACE_BACKEND(cogl, Cogl, no, [ - cogl_REQUIRES="cogl-2.0-experimental >= 1.17.2" - PKG_CHECK_MODULES(cogl, $cogl_REQUIRES,, [use_cogl="no"]) -]) - -dnl =========================================================================== CAIRO_ENABLE_SURFACE_BACKEND(directfb, directfb, no, [ directfb_REQUIRES=directfb |