From 6d8e39a6425e721eb40e0cb1e67f1cbf5b223cc0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 4 Oct 2019 13:16:02 +0100 Subject: build - remove evas-modules option as its rather pointless evas-modules affects evas engine modules if they are static or shared, but ecore evas modules are still modules... so all in all this doesnt help much as it still requires modules to be separate from the shared libs, thus disallowing for statically linking efl into an app anyway etc. etc. etc. ... so less options to deal with, less complexity. better. --- meson_options.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 33e74dedbb..0a4702cad8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -192,13 +192,6 @@ option('unmount-path', description : 'Path to the unmount binary, if "detect" internal eeze bins are used' ) -option('evas-modules', - type : 'combo', - choices : ['shared', 'static'], - value : 'shared', - description : 'Should modules be shared or statically inlined' -) - option('evas-loaders-disabler', type : 'array', description : 'List of modular image/vector loaders to disable in efl', -- cgit v1.2.1