From f51f840b0e0e8f7e0bc290f001dd8c644e533ef6 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 10 Oct 2018 13:30:51 +0200 Subject: [PATCH] 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 --- meson_options.txt | 4 ++-- 1 file 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' )