Преглед на файлове

Merge branch 'master' of https://gitee.com/openLuat/luatos-soc-air105

alienwalker преди 3 години
родител
ревизия
9f4233caf2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      xmake.lua

+ 1 - 0
xmake.lua

@@ -365,6 +365,7 @@ if with_luatos then
     -- fonts
     add_includedirs(luatos.."components/luatfonts",{public = true})
     add_files(luatos.."components/luatfonts/**.c")
+    add_includedirs(luatos.."components/lvgl/src/lv_font",{public = true})
     
     -- crypto
     add_files(luatos.."components/crypto/**.c")