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' )