mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:03:31 +08:00
[External] Merge LodePNG and TJPGD into RT-Thread GUI group in building script.
This commit is contained in:
parent
e07f4033ba
commit
c980bdc9e9
2
components/external/lodepng/SConscript
vendored
2
components/external/lodepng/SConscript
vendored
@ -7,6 +7,6 @@ lodepng.c
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
group = DefineGroup('lodepng', src, depend = ['RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
2
components/external/tjpgd1a/SConscript
vendored
2
components/external/tjpgd1a/SConscript
vendored
@ -8,7 +8,7 @@ tjpgd.c
|
||||
|
||||
CPPPATH = [RTT_ROOT + '/components/external/tjpgd1a']
|
||||
|
||||
group = DefineGroup('tjpgd', src, depend = ['RTGUI_IMAGE_TJPGD'], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_TJPGD'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user