Add Tizen 11.0 support with DALI integration packages#163
Add Tizen 11.0 support with DALI integration packages#163JSUYA wants to merge 7 commits intoflutter-tizen:masterfrom
Conversation
Update eglCreateWindowSurface call to properly cast tbm_surface_queue and egl_window to EGLNativeWindowType to match the updated coregl's eglplatform.h signature.
- Update base_repo URL threshold from API 10.0 to 11.0 - Add dali_integration_devel_packages list, as dali's devel-api header has been moved to integration-api rpm starting from Tizen 11.
|
I added a macro related to the Tizen Version ( |
There was a problem hiding this comment.
Code Review
This pull request adds support for Tizen 11.0 by updating the build system to use new DALI integration packages and conditionally compiling C++ code based on the Tizen API version. The changes correctly use a preprocessor macro to handle API differences between Tizen versions. My review identified a critical bug in the EGL renderer where a surface is not created for Tizen 11.0, which would likely lead to runtime failures. I also found a minor opportunity to improve the maintainability of one of the build scripts.
|
Due to changes in Dali's API, there is an issue where apps built and serviced on Tizen 6.0 through 10.0 cannot be executed on Tizen 11. We are currently discussing this issue with the Dali team. We will proceed with this patch following the decision made after the discussion. |
This PR needs to be merged first: #162
This PR adds support for Tizen 11 and updates the build system to include DALI integration packages.