From 803afe6edda17b97e3d12a20585e565a2d2a79a2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 17 Apr 2021 23:56:50 +0100 Subject: tanis: Remove cairo-cogl Cogl's upstream is unmaintained, and has been for the past 6 years. --- meson.build | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ad8fb19c3..3a776f6e9 100644 --- a/meson.build +++ b/meson.build @@ -576,21 +576,6 @@ if feature_conf.get('CAIRO_HAS_GL_SURFACE', 0) == 0 and feature_conf.get('CAIRO_ endif endif -cogl_dep = dependency('cogl-2.0-experimental', - version: '>= 1.17.2', - required: get_option('cogl'), -) -if cogl_dep.found() - deps += [cogl_dep] - - feature_conf.set('CAIRO_HAS_COGL_SURFACE', 1) - built_features += [{ - 'name': 'cairo-cogl', - 'description': 'Cogl surface backend', - 'deps': [cogl_dep], - }] -endif - # Untested directfb_dep = dependency('directfb', required: get_option('directfb')) if directfb_dep.found() @@ -980,7 +965,6 @@ summary({ 'OpenGL ES 3.0': feature_conf.get('CAIRO_HAS_GLESV3_SURFACE', 0) == 1, 'DirectFB': feature_conf.get('CAIRO_HAS_DIRECTFB_SURFACE', 0) == 1, 'OpenVG': feature_conf.get('CAIRO_HAS_VG_SURFACE', 0) == 1, - 'Cogl': feature_conf.get('CAIRO_HAS_COGL_SURFACE', 0) == 1, }, section: 'Surface Backends', bool_yn: true) summary({ -- cgit v1.2.1