File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4444
4545echo " Check need to add lvgl_micropython manifest to micropython-camera-API's manifest..."
4646camani=" $codebasedir " /micropython-camera-API/src/manifest.py
47- lvglmani=" $codebasedir " /lvgl_micropython/build/manifest.py
48- if ! grep " lvgl_micropython/build/manifest.py" " $idfile " ; then
49- echo " Adding include(\" $lvglmani \" ) to $camani "
50- echo " include(\" $lvglmani \" ) # workaround to prevent micropython-camera-API from overriding the lvgl_micropython manifest..." >> " $camani "
47+ rellvglmani=lvgl_micropython/build/manifest.py
48+ if ! grep " $rellvglmani " " $idfile " ; then
49+ abslvglmani=" $codebasedir " /" $rellvglmani "
50+ echo " Adding include(\" $abslvglmani \" ) to $camani "
51+ echo " include(\" $abslvglmani \" ) # workaround to prevent micropython-camera-API from overriding the lvgl_micropython manifest..." >> " $camani "
5152else
52- echo " No need to add include(\" $lvglmani \" ) to $camani "
53+ echo " No need to add include(\" $abslvglmani \" ) to $camani "
5354fi
5455
5556echo " Check need to add asyncio..."
You can’t perform that action at this time.
0 commit comments