summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2023-01-29 01:32:55 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2023-01-29 01:32:55 +0000
commit47a932bffc16323b58e3c8f9bc3fe0d821838a84 (patch)
treeb0d9cd60f7c43739d890571ecbed3d686727e189 /test/meson.build
parent1e8be6bbc790aa31649a14f6e97fbab9cbd7ed53 (diff)
parentb5793081d095a13517e157d793b367e4527fd39d (diff)
downloadcairo-47a932bffc16323b58e3c8f9bc3fe0d821838a84.tar.gz
Merge branch 'no-more-gl' into 'master'
Drop cairo-gl See merge request cairo/cairo!287
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/meson.build b/test/meson.build
index e5b4f89d5..b18a23f48 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -439,17 +439,6 @@ test_ft_svg_ttx_font_sources = [
'ft-svg-render-color.c'
]
-test_gl_sources = [
- 'gl-device-release.c',
- 'gl-oversized-surface.c',
- 'gl-surface-source.c',
-]
-
-test_egl_sources = [
- 'egl-oversized-surface.c',
- 'egl-surface-source.c',
-]
-
test_quartz_sources = [
'quartz-surface-source.c',
'quartz-color-font.c',
@@ -596,10 +585,6 @@ if feature_conf.get('CAIRO_HAS_XLIB_XRENDER_SURFACE', 0) == 1
test_sources += test_xlib_xrender_sources
endif
-if feature_conf.get('CAIRO_HAS_EGL_FUNCTIONS', 0) == 1
- test_sources += test_egl_sources
-endif
-
if has_multipage_surfaces
test_sources += test_multi_page_sources
endif