From c1afa0a05bf095bf6f9bebab4968202b20f308e8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 23 Nov 2017 16:12:12 +0100 Subject: meson: make it possible to set the path for eet Follow the approach of edje_cc and eldbus-codegen which detecting the eet binary. --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson_options.txt') 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, -- cgit v1.2.1