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
devs/bu5hm4n/collectionview
Yeongjong Lee 4 years ago committed by Felipe Magno de Almeida
parent 2f0a20b688
commit 17b0a2634c
  1. 2
      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 = [

Loading…
Cancel
Save