We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e72c7 + 11a33dd commit 037b49eCopy full SHA for 037b49e
scriptmodules/supplementary/controlblock.sh
@@ -18,7 +18,7 @@ rp_module_section="driver"
18
rp_module_flags="noinstclean !all rpi"
19
20
function depends_controlblock() {
21
- local depends=(cmake doxygen)
+ local depends=(cmake doxygen gpiod libgpiod-dev)
22
isPlatform "rpi" && depends+=(libraspberrypi-dev)
23
24
getDepends "${depends[@]}"
0 commit comments