From: Jaehyun Cho Date: Mon, 8 Apr 2019 14:28:18 +0000 (+0200) Subject: configure: fix build error of efl_custom_exports_mono.c X-Git-Tag: accepted/tizen/unified/20190419.020103~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e886cd3e2010c7243a19b5629c9c7a4296b22c8;p=platform%2Fupstream%2Fefl.git configure: fix build error of efl_custom_exports_mono.c Reviewers: woohyun, lauromoura, akanad Reviewed By: lauromoura Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8577 --- diff --git a/configure.ac b/configure.ac index fbb8953..1de757c 100755 --- a/configure.ac +++ b/configure.ac @@ -1444,6 +1444,7 @@ EFL_LIB_START_OPTIONAL([Efl_Custom_Exports_Mono], [test "x${want_csharp}" = "xye EFL_PLATFORM_DEPEND([EFL_CUSTOM_EXPORTS_MONO], [evil]) EFL_INTERNAL_DEPEND_PKG([EFL_CUSTOM_EXPORTS_MONO], [Eina]) EFL_INTERNAL_DEPEND_PKG([EFL_CUSTOM_EXPORTS_MONO], [Eo]) +EFL_INTERNAL_DEPEND_PKG([EFL_CUSTOM_EXPORTS_MONO], [Ecore]) EFL_INTERNAL_DEPEND_PKG([EFL_CUSTOM_EXPORTS_MONO], [Efl]) EFL_INTERNAL_DEPEND_PKG([EFL_CUSTOM_EXPORTS_MONO], [Eldbus])