Skip to content

Commit

Permalink
fix(build): add missing transitive dependency on driver component
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Nov 9, 2023
1 parent 7fee1bd commit 3ca99c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ idf_component_register(
SRCS ${srcs}
INCLUDE_DIRS ${include_dirs}
PRIV_INCLUDE_DIRS ${priv_include_dirs}
REQUIRES ${priv_requires}
REQUIRES driver # due to include of driver/gpio.h in esp_camera.h
PRIV_REQUIRES ${priv_requires}
)

0 comments on commit 3ca99c9

Please sign in to comment.