spi3ex opened a new pull request, #1564: URL: https://github.com/apache/nuttx-apps/pull/1564
## Summary While building LVGL #include<lvgl/lvgl.h> the make build system downloads every time from the repository even when the file is present. Tweaked the build to skip downloading again if LVGL makefiles are already Present. ## Impact When building using "make clean" and "make", everytime lvgl is downloaded irrespective of whether the source is present. ## Testing Unit Tests on With lvgl Source and without lvgl source was done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org