summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-11-23 16:12:12 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2017-11-24 09:13:15 +0100
commitc1afa0a05bf095bf6f9bebab4968202b20f308e8 (patch)
tree930e174b3ee99eab48feb93b1620efd1d3b70574 /meson_options.txt
parentff9831e2e43fdc96572cf45f55dd5b598b6e7443 (diff)
downloadenlightenment-c1afa0a05bf095bf6f9bebab4968202b20f308e8.tar.gz
meson: make it possible to set the path for eet
Follow the approach of edje_cc and eldbus-codegen which detecting the eet binary.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cfa140e0f8..2348027668 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,6 +23,10 @@ option('eldbus-codegen',
type : 'string',
description: 'A path to a eldbus-codegen. Defaults to system eldbus-codegen')
+option('eet',
+ type : 'string',
+ description: 'A path to a eet. Defaults to system eet')
+
option('pam',
type: 'boolean',
value: true,