summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-10-10 13:30:51 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2018-10-10 14:38:55 +0200
commitf51f840b0e0e8f7e0bc290f001dd8c644e533ef6 (patch)
tree6c59f449ed99b9572e69e312adeec56518bcb78d
parent07b69d3d85a6c6e5e2180636b34313313fae6bba (diff)
downloadefl-f51f840b0e0e8f7e0bc290f001dd8c644e533ef6.tar.gz
meson: do not build deprecated wl & drm
I thought it was enabled per default in autotools, it was not. Differential Revision: https://phab.enlightenment.org/D7155
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bb6c9aa2e0..4460c703aa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -294,13 +294,13 @@ option('elua',
option('wl-deprecated',
type : 'boolean',
- value : true,
+ value : false,
description : 'Flag for handling deprecated wayland support in efl'
)
option('drm-deprecated',
type : 'boolean',
- value : true,
+ value : false,
description : 'Flag for handling deprecated drm support in efl'
)