xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=660eba496f3f626a9df15acf9b51e5c7d06f65ab

commit 660eba496f3f626a9df15acf9b51e5c7d06f65ab
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Apr 8 16:28:18 2019 +0200

    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
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 488ba11937..69b8fdf48a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1435,6 +1435,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])
 

-- 


Reply via email to