On 19/9/19 5:05 am, Vijay Kumar Banerjee wrote:
> Sorry, this patch doesn't seem to work properly, I have modified it a bit and 
> attached the v4 here. This v4 needs the rtems_waf typo patch that I recently
> posted. 

Thanks. This fragment ...

 if bld.env.LIBPATH_libbsd and bld.env.LIBPATH_liblvgl:

... exposes how libraries are being held in the env so I have pushed a change to
rtems_waf to add a `check_lib()` call you can use with ...

 if rtems.check_lib(['bsd', 'lvgl']):
  ....

Could you please update the patch to pick up the latest rtems_waf changes and
use the check_lib() call?

Thanks
Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to