Re: [PATCH rtems-littelvgl] Allow to build without drivers.

2019-11-05 Thread Christian Mauderer
On 06/11/2019 00:35, Chris Johns wrote: > On 5/11/19 10:56 pm, Christian Mauderer wrote: >> This is for example usefull if you want to build without libbsd. > > Ok to push. > > Thanks > Chris > Thanks. Pushed it. -- embedded brains GmbH Herr

Re: [PATCH rtems-littelvgl] Allow to build without drivers.

2019-11-05 Thread Chris Johns
On 5/11/19 10:56 pm, Christian Mauderer wrote: > This is for example usefull if you want to build without libbsd. Ok to push. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH rtems-littelvgl] Allow to build without drivers.

2019-11-05 Thread Christian Mauderer
This is for example usefull if you want to build without libbsd. --- lvgl.py | 8 +--- wscript | 7 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lvgl.py b/lvgl.py index 6d83c63..5452ed0 100644 --- a/lvgl.py +++ b/lvgl.py @@ -30,7 +30,7 @@ import os import re