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.
1 parent d991d9e commit d9af275Copy full SHA for d9af275
libhidapi.build.bash
@@ -26,9 +26,9 @@ fi
26
27
if [[ $TARGET_OS == "GNU/Linux" ]] ; then
28
29
-wget https://github.com/gentoo/eudev/archive/v3.2.5.tar.gz
30
-tar xvf v3.2.5.tar.gz
31
-cd eudev-3.2.5
+wget https://github.com/gentoo/eudev/archive/v3.1.3.tar.gz
+tar xvf v3.1.3.tar.gz
+cd eudev-3.1.3
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