Disable building examples and add upstream PR
This commit is contained in:
parent
9bab2e89d2
commit
deaa78d746
2 changed files with 3 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ Upstreamed contributions so far:
|
|||
|
||||
- [Add support for pointer devices to libinput driver] (in review)
|
||||
- [Add support for keypads to libinput driver] (in review)
|
||||
- [Don't compile example assets when disabled in lv_conf.h] (in review)
|
||||
|
||||
# Operation
|
||||
|
||||
|
|
@ -67,3 +68,4 @@ Unl0kr is licensed under the GNU General Public License as published by the Free
|
|||
[libinput]: https://gitlab.freedesktop.org/libinput/libinput
|
||||
[Add support for pointer devices to libinput driver]: https://github.com/lvgl/lv_drivers/pull/150
|
||||
[Add support for keypads to libinput driver]: https://github.com/lvgl/lv_drivers/pull/152
|
||||
[Don't compile example assets when disabled in lv_conf.h]: https://github.com/lvgl/lvgl/pull/2523
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||
*==================*/
|
||||
|
||||
/*Enable the examples to be built with the library*/
|
||||
#define LV_BUILD_EXAMPLES 1
|
||||
#define LV_BUILD_EXAMPLES 0
|
||||
|
||||
/*--END OF LV_CONF_H--*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue