dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 4480008f64fd2c23546a7b08dbcf16e86b870045
parent 144fb102bf82eed8317f8abfb09f5bbe9c740ee4
Author: finwo <finwo@pm.me>
Date:   Tue,  8 Jul 2025 22:34:58 +0200

Lvgl fully custom mk, we're not compatible with project's

Diffstat:
Mlvgl/lvgl/config.mk | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lvgl/lvgl/config.mk b/lvgl/lvgl/config.mk @@ -1,5 +1,5 @@ LVGL_PATH := __DIRNAME -include __DIRNAME/lvgl.mk -SRC+=$(CSRCS) -SRC+=$(CXXSRCS) +SRC += $(shell find $(LVGL_PATH)/src -type f -name '*.c') +SRC += $(shell find $(LVGL_PATH)/src -type f -name '*.cpp') INCLUDES+=-I__DIRNAME/.. +override CFLAGS+=-DDLV_CONF_INCLUDE_SIMPLE