summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-17 23:56:50 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-25 01:58:24 +0000
commit803afe6edda17b97e3d12a20585e565a2d2a79a2 (patch)
treeb2b09561899765aa0a21328a250be14ad5357b79 /meson_options.txt
parent1409079eefc04dcb0cab49e02f3cf3cf5e622974 (diff)
downloadcairo-803afe6edda17b97e3d12a20585e565a2d2a79a2.tar.gz
tanis: Remove cairo-cogl
Cogl's upstream is unmaintained, and has been for the past 6 years.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 891fb99a3..f749ff3db 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,7 +3,6 @@ option('fontconfig', type : 'feature', value : 'auto')
option('freetype', type : 'feature', value : 'auto')
# Cairo surface backends
-option('cogl', type : 'feature', value : 'disabled')
option('directfb', type : 'feature', value : 'disabled')
option('gl-backend', type : 'combo', value : 'disabled',
# FIXME: https://github.com/mesonbuild/meson/issues/4566