From b5793081d095a13517e157d793b367e4527fd39d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 18 Apr 2021 00:11:16 +0100 Subject: 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. --- meson_options.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 1d4d018c4..4bdfe8a13 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,11 +4,6 @@ option('fontconfig', type : 'feature', value : 'auto') option('freetype', type : 'feature', value : 'auto') # Cairo surface backends -option('gl-backend', type : 'combo', value : 'disabled', - # FIXME: https://github.com/mesonbuild/meson/issues/4566 - choices : ['auto', 'gl', 'glesv2', 'glesv3', 'disabled']) -option('glesv2', type : 'feature', value : 'disabled') -option('glesv3', type : 'feature', value : 'disabled') option('png', type : 'feature', value : 'auto') # png and svg surfaces option('quartz', type : 'feature', value : 'auto') option('tee', type : 'feature', value : 'disabled') @@ -33,8 +28,3 @@ option('symbol-lookup', type: 'feature', value : 'auto', # Documentation option('gtk_doc', type : 'boolean', value : false, description: 'Build the Cairo API reference (depends on gtk-doc)') - -# FIXME: implement these to avoid automagic -#option('egl', type : 'feature', value : 'auto') -#option('glx', type : 'feature', value : 'auto') -#option('wgl', type : 'feature', value : 'auto') -- cgit v1.2.1