summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-17 23:59:28 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-25 02:03:35 +0000
commitfc3437128d7b45ba34007abbbeea2a81b1b126fb (patch)
treec1a69a0270f1e329aa8a7f33793c5ebd538ef95a /meson_options.txt
parent803afe6edda17b97e3d12a20585e565a2d2a79a2 (diff)
downloadcairo-fc3437128d7b45ba34007abbbeea2a81b1b126fb.tar.gz
Remove cairo-directfb
Nobody cares about DirectFB any more, not even the people that registered and maintained the DirectFB domain.
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 f749ff3db..cd0707e6e 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('directfb', type : 'feature', value : 'disabled')
option('gl-backend', type : 'combo', value : 'disabled',
# FIXME: https://github.com/mesonbuild/meson/issues/4566
choices : ['auto', 'gl', 'glesv2', 'glesv3', 'disabled'])