felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=17b0a2634cd9c7e281288253e975a1d1eb147b5f

commit 17b0a2634cd9c7e281288253e975a1d1eb147b5f
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Fri Aug 23 14:29:04 2019 -0300

    csharp: add legacy eo in mono blacklist
    
    Summary: It is unnecessary to generate cs file of legacy class.
    
    Test Plan: meson setup -Dbindings=mono,cxx
    
    Reviewers: felipealmeida, lauromoura
    
    Reviewed By: lauromoura
    
    Subscribers: cedric, #reviewers, #committers, woohyun
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9638
---
 src/bindings/mono/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bindings/mono/meson.build b/src/bindings/mono/meson.build
index c0f04c3b37..dbdacd88c8 100644
--- a/src/bindings/mono/meson.build
+++ b/src/bindings/mono/meson.build
@@ -80,6 +80,8 @@ blacklisted_files = [
   'elm_multibuttonentry_part.eo',
   'elm_atspi_bridge.eo',
   'elm_atspi_app_object.eo',
+  'elm_interface_scrollable.eo',
+  'evas_canvas3d_types.eot',
 ]
 
 manual_inheritance_files = [

-- 


Reply via email to