[UIEngine] move UI engine as a package

This commit is contained in:
Bernard Xiong
2018-03-03 16:34:01 +08:00
parent fa693c51fd
commit 8b36b57a11
928 changed files with 396 additions and 449881 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ LIBPATH = []
CPPPATH = [cwd]
# remove no need file.
if GetDepend('RT_USING_GUIENGINE') == False:
if GetDepend('PKG_USING_GUIENGINE') == False:
SrcRemove(src, 'sdl_fb.c')
else:
LIBS.append('SDL2')