Add libhidapi-dev to deps

This commit is contained in:
Jeremy Soller
2021-11-17 08:30:10 -07:00
committed by Jeremy Soller
parent 95632b4503
commit e8ce6d9096

View File

@ -23,6 +23,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
gcc \
gcc-avr \
libc-dev \
libhidapi-dev \
libudev-dev \
make \
pkgconf \