From d9bb7cc12e859b2d8d316eab2e0d0bd7646ee1d3 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 18 Oct 2018 15:35:02 +0200 Subject: [PATCH] meson: add missing ELM_EFREET without this - elementary_config will crash, and elementary will not use that much of Efreet. We might want to drop this #ifdef at some point. Differential Revision: https://phab.enlightenment.org/D7176 --- src/lib/elementary/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build index 0c4c324ea5..16ea518792 100644 --- a/src/lib/elementary/meson.build +++ b/src/lib/elementary/meson.build @@ -886,6 +886,7 @@ config_h.set_quoted('ICON_DIR', join_paths(dir_lib, 'icons')) elm_options.set('ELM_UNIX', '1') elm_options.set('ELM_ELOCATION', '1') +elm_options.set('ELM_EFREET', '1') if config_h.has('HAVE_ALLOCA_H') elm_options.set('ELM_ALLOCA_H', '1')