Add Tizen 11.0 support with DALI integration packages#163
Open
JSUYA wants to merge 7 commits intoflutter-tizen:masterfrom
Open
Add Tizen 11.0 support with DALI integration packages#163JSUYA wants to merge 7 commits intoflutter-tizen:masterfrom
JSUYA 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.
Member
Author
|
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.
xiaowei-guan
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.