lauromoura pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=166b3e66e3e3a00aad8283b08070ce5d88c86760

commit 166b3e66e3e3a00aad8283b08070ce5d88c86760
Author: Yeongjong Lee <[email protected]>
Date:   Thu Oct 31 18:30:23 2019 -0300

    mono: blacklist elm_general.eot
    
    Summary:
    Prevent generating legacy eot.cs
    Depends on D10580
    
    Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true
    
    Reviewers: lauromoura, Jaehyun_Cho
    
    Reviewed By: lauromoura
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10581
---
 src/bindings/mono/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bindings/mono/meson.build b/src/bindings/mono/meson.build
index dbdacd88c8..d253a8afe5 100644
--- a/src/bindings/mono/meson.build
+++ b/src/bindings/mono/meson.build
@@ -82,6 +82,7 @@ blacklisted_files = [
   'elm_atspi_app_object.eo',
   'elm_interface_scrollable.eo',
   'evas_canvas3d_types.eot',
+  'elm_general.eot',
 ]
 
 manual_inheritance_files = [

-- 


Reply via email to