From 17b0a2634cd9c7e281288253e975a1d1eb147b5f Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Fri, 23 Aug 2019 14:29:04 -0300 Subject: [PATCH] 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 = [