-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/lvgl: add extra widget dependency #17760
Conversation
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.
@benpicco, any reason why you approved this PR without comment ?
I checked in LVGL code and there's indeed an implicit dependency between tabview and btnmatrix widgets but it's not specified explicitly in their code, neither in the tabview.c nor in their Kconfig.
That should be fixed upstream.
Since we are doing the same automatic dependency resolution with the lv_win
extra widget, there's no reason to also do it for tabview.
I'm blocking because you forgot to update Kconfig.
It appeared to be a simple enough change - but yea, if the pkg provides Kconfig that needs to be updated as well |
I have some more down the pipe, I'll bundle them together before fixing Kconfig |
1aa95d9
to
62c848c
Compare
62c848c
to
1567a08
Compare
@aabadie I added Kconfig |
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.
ACK
Contribution description
Just a missing dependency, not sure it's woth the full build.
Testing procedure
Add the module, see missing files.