Skip to content

Commit d991d9e

Browse files
committed
use a stable release of eudev
1 parent 3841cc2 commit d991d9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libhidapi.build.bash

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ fi
2626

2727
if [[ $TARGET_OS == "GNU/Linux" ]] ; then
2828

29-
git clone https://github.com/gentoo/eudev.git --depth 1
30-
cd eudev
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
3132
./autogen.sh
3233
./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=$PREFIX $CONFARGS
3334
make clean

0 commit comments

Comments
 (0)