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
This commit is contained in:
Marcel Hollerbach 2018-10-10 13:30:51 +02:00
parent 07b69d3d85
commit f51f840b0e
1 changed files with 2 additions and 2 deletions

View File

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