summaryrefslogtreecommitdiff
path: root/boilerplate/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-18 00:11:16 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-01-27 19:21:46 +0000
commitb5793081d095a13517e157d793b367e4527fd39d (patch)
treecb22d4992c0462e2520d6e22a946072809c2e5ad /boilerplate/meson.build
parent407bb0a478890c2640c326fab0642d8595407ba1 (diff)
downloadcairo-b5793081d095a13517e157d793b367e4527fd39d.tar.gz
Drop cairo-gl
The GL support in Cairo has always been a prototype, and nothing happened in the past 10+ years to make it work as it was meant to. GL support is not enabled by any downstream packagers of Cairo, so nobody should notice its absence.
Diffstat (limited to 'boilerplate/meson.build')
-rw-r--r--boilerplate/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/boilerplate/meson.build b/boilerplate/meson.build
index 7f663c273..450eabf3e 100644
--- a/boilerplate/meson.build
+++ b/boilerplate/meson.build
@@ -13,10 +13,6 @@ cairo_boilerplate_feature_sources = {
'cairo-ps': ['cairo-boilerplate-ps.c'],
'cairo-svg': ['cairo-boilerplate-svg.c'],
'cairo-script': ['cairo-boilerplate-script.c'],
- # All tests crash with FPE
- # 'cairo-egl': ['cairo-boilerplate-egl.c'],
- # cairo-glx: ['cairo-boilerplate-glx.c'],
- 'cairo-wgl': ['cairo-boilerplate-wgl.c'],
}
foreach feature: built_features