summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-07-27 20:23:59 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-07-27 20:23:59 +0900
commit3932a069f7f17f92bdfd93a3bd2a35d4b400d14f (patch)
treeb678b5e31df552f6a44a60c6f76636ecbd4a2473 /meson_options.txt
parent669604d1cd7e49982dfdd859c8a2926b1a286588 (diff)
downloadenlightenment-3932a069f7f17f92bdfd93a3bd2a35d4b400d14f.tar.gz
build - remove policy mobile module
this module is not loaded by any other (dependency) nor is it loadable via the gui - no module/desktop there thus will be hidden... so it's useless/unused... thus remove it as its not usable by users.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 78d7dd66b2..7b830873b1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -185,10 +185,6 @@ option('quickaccess',
type: 'boolean',
default: true,
description: 'enable quickaccess module: (default=true)')
-option('policy-mobile',
- type: 'boolean',
- default: true,
- description: 'enable policy-mobile module: (default=true)')
option('start',
type: 'boolean',
default: true,