[修改]:修改bsp中rtgui的依赖。

This commit is contained in:
SummerGift 2017-10-09 10:55:44 +08:00
parent 757613866e
commit 950b769f75
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('Applications', src, depend = ['RT_USING_GUIENGINE'], CPPPATH = CPPPATH)
Return('group')