Skip to content

Commit 2ddedb9

Browse files
committed
fix(build): add missing transitive dependency on driver component
1 parent 750417e commit 2ddedb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ idf_component_register(
9999
SRCS ${srcs}
100100
INCLUDE_DIRS ${include_dirs}
101101
PRIV_INCLUDE_DIRS ${priv_include_dirs}
102-
REQUIRES ${priv_requires}
102+
REQUIRES driver # due to include of driver/gpio.h in esp_camera.h
103103
PRIV_REQUIRES ${priv_requires}
104104
)

0 commit comments

Comments
 (0)