fix(build) remove main component dependency (#2420)

Resolves #2403
This commit is contained in:
Kevin Sidwar
2021-08-02 05:26:36 -06:00
committed by GitHub
parent 79edb37b0a
commit f2c2393b30
+1 -2
View File
@@ -3,8 +3,7 @@ if(ESP_PLATFORM)
file(GLOB_RECURSE SOURCES src/*.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS . src ../
REQUIRES main)
INCLUDE_DIRS . src ../)
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLV_CONF_INCLUDE_SIMPLE")