summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-17 23:53:52 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-25 01:54:29 +0000
commit1409079eefc04dcb0cab49e02f3cf3cf5e622974 (patch)
treed1457fdd3a4078655feca74d40cfe4b5da09ba70 /meson_options.txt
parent64db153c43d67d4ff08350a64cbb169c50bdb85e (diff)
downloadcairo-1409079eefc04dcb0cab49e02f3cf3cf5e622974.tar.gz
Remove cairo-drm
The DRM backend has always been a science experiment, but now it hasn't been built in more than 10 years, and it's completely broken.
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 e9eeb1189..891fb99a3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,7 +10,6 @@ option('gl-backend', type : 'combo', value : 'disabled',
choices : ['auto', 'gl', 'glesv2', 'glesv3', 'disabled'])
option('glesv2', type : 'feature', value : 'disabled')
option('glesv3', type : 'feature', value : 'disabled')
-option('drm', type : 'feature', value : 'disabled')
option('openvg', type : 'feature', value : 'disabled')
option('png', type : 'feature', value : 'auto') # png and svg surfaces
option('quartz', type : 'feature', value : 'auto')