summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-04 13:16:02 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-04 13:33:42 +0100
commit6d8e39a6425e721eb40e0cb1e67f1cbf5b223cc0 (patch)
treefb9e093f55a91cd6a44777564c48a00e6c04afdd /meson_options.txt
parent15696f5e7c15072d65e76fb40c5ad4867be1e552 (diff)
downloadefl-6d8e39a6425e721eb40e0cb1e67f1cbf5b223cc0.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 0 insertions, 7 deletions
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',