Skip to content

Commit

Permalink
Merge pull request #4109
Browse files Browse the repository at this point in the history
56a91b2 docker: update hidapi to 0.13.1 on linux (selsta)
  • Loading branch information
luigi1111 committed Feb 25, 2023
2 parents 6ec9e24 + 56a91b2 commit 710e3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux
Expand Up @@ -242,9 +242,9 @@ RUN git clone -b v1.0.26 --depth 1 https://github.com/libusb/libusb && \
make -j$THREADS install && \
rm -rf $(pwd)

RUN git clone -b hidapi-0.12.0 --depth 1 https://github.com/libusb/hidapi && \
RUN git clone -b hidapi-0.13.1 --depth 1 https://github.com/libusb/hidapi && \
cd hidapi && \
git reset --hard 76108294092c023a4ece99eb3219559cea0d5066 && \
git reset --hard 4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac && \
./bootstrap && \
./configure --disable-shared --enable-static && \
make -j$THREADS && \
Expand Down

0 comments on commit 710e3f6

Please sign in to comment.