-
Notifications
You must be signed in to change notification settings - Fork 193
Split backends #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split backends #63
Conversation
Use external scripts to obtain the selected backend in lv_conf.h Generate wayland protocol via a shell script instead of CMake
Solve merge conflit with the main branch
into a separate file. Centralized error handling in case of user error Update Makefile and CMakeLists.txt accordingly
@kisvegabor I've did a general clean up, I need to also add X11 support, because it's still used on many systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic idea! If X11 takes some more time, we merge it as it is. It's already a great improvement which can be extended later.
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@etag4048 is this still relevant? |
Split each backend to a separate file, makes it more clearer to read, understand and maintain.