From 6ef016e1e428e798b184e397104ccf7039661925 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Thu, 4 Jun 2020 22:43:27 +0530 Subject: lvgl: Add a gui example with evdev This example uses the evdev interface to add mouse input to interact with the GUI --- lvgl/hello/wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lvgl/hello') diff --git a/lvgl/hello/wscript b/lvgl/hello/wscript index cbc001a..c3e9da8 100644 --- a/lvgl/hello/wscript +++ b/lvgl/hello/wscript @@ -7,11 +7,6 @@ import rtems_waf.rtems as rtems import rtems_waf.rtems_bsd as rtems_bsd import os -def configure(conf): - rtems.check_lib_path(conf, lib = 'm') - rtems.check_lib_path(conf, lib = 'lvgl', mandatory = False) - rtems.check_lib_path(conf, lib = 'bsd', mandatory = False) - def build(bld): rtems.build(bld) if rtems.check_lib(bld, ['bsd', 'lvgl']): -- cgit v1.2.3