chore(rt-thread): revert macro back to PKG_USING_LVGL_SQUARELINE (#6481)
This commit is contained in:
@@ -20,6 +20,6 @@ for root, dirs, files in os.walk(sls_src_cwd):
|
||||
if check_h_hpp_exists(current_path): # add .h and .hpp path
|
||||
inc = inc + [current_path]
|
||||
|
||||
group = DefineGroup('LVGL-SquareLine', src, depend = ['PKG_LVGL_USING_SQUARELINE'], CPPPATH = inc)
|
||||
group = DefineGroup('LVGL-SquareLine', src, depend = ['PKG_USING_LVGL_SQUARELINE'], CPPPATH = inc)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user