bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f51f840b0e0e8f7e0bc290f001dd8c644e533ef6
commit f51f840b0e0e8f7e0bc290f001dd8c644e533ef6 Author: Marcel Hollerbach <[email protected]> Date: Wed Oct 10 13:30:51 2018 +0200 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' ) --
