Jelajahi Sumber

add:漏网之鱼

Dozingfiretruck 4 tahun lalu
induk
melakukan
e0ec6998e5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      components/lcd/SConscript

+ 1 - 1
components/lcd/SConscript

@@ -7,6 +7,6 @@ src = Glob('*.c')
 
 CPPPATH = [cwd]
 
-group = DefineGroup('luat_lcd', src, depend = [], CPPPATH = CPPPATH)
+group = DefineGroup('luat_lcd', src, depend = ['PKG_USING_LUATOS_SOC_LCD'], CPPPATH = CPPPATH)
 
 Return('group')