We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3841cc2 commit d991d9eCopy full SHA for d991d9e
libhidapi.build.bash
@@ -26,8 +26,9 @@ fi
26
27
if [[ $TARGET_OS == "GNU/Linux" ]] ; then
28
29
-git clone https://github.com/gentoo/eudev.git --depth 1
30
-cd eudev
+wget https://github.com/gentoo/eudev/archive/v3.2.5.tar.gz
+tar xvf v3.2.5.tar.gz
31
+cd eudev-3.2.5
32
./autogen.sh
33
./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=$PREFIX $CONFARGS
34
make clean
0 commit comments