flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Use the Ecore Wl2 renderer by default for unit testing #245

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

Set use_evas_gl_renderer to false and remove calls to elm_init.

Suggested by @bbrto21 in https://github.com/flutter-tizen/engine/pull/242#discussion_r808606184. Part of https://github.com/flutter-tizen/engine/issues/239.