meson: do not build deprecated wl & drm
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 10 Oct 2018 11:30:51 +0000 (13:30 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:43 +0000 (15:40 +0900)
I thought it was enabled per default in autotools, it was not.

Differential Revision: https://phab.enlightenment.org/D7155

meson_options.txt

index bb6c9aa..4460c70 100644 (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'
 )