forked fromlvgl-micropython/lvgl_micropython
- Notifications
You must be signed in to change notification settings - Fork3
Commit28c2a54
authored
Added build requirement for libusb-1.0-0-dev
I tried compiling lvgl_micropython in a GitHub codespace (Ubuntu) and it failed. The underlying problem was that libusb-1.0-0-dev was not installed, and the ESP-IDF export.sh errored out, causing a host of downstream problems due to paths not being set correctly1 parente27c39a commit28c2a54
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments
Comments
(0)