]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Drop obsolete libserialport --without-libudev.
authorUwe Hermann <redacted>
Wed, 2 Jul 2014 14:53:07 +0000 (16:53 +0200)
committerUwe Hermann <redacted>
Wed, 2 Jul 2014 14:53:51 +0000 (16:53 +0200)
This option no longer exists in libserialport upstream (the libudev
usage was removed).

cross-compile/android/sigrok-cross-android

index f63deefcc8d8bf2752cfc7ca29a9384c533a0524..1c158339cb0c9de099c0e0ffd16653d42e4d7dcc 100755 (executable)
@@ -226,7 +226,7 @@ cd ..
 $GIT_CLONE git://sigrok.org/libserialport
 cd libserialport
 ./autogen.sh
-./configure $C --without-libudev
+./configure $C
 make $PARALLEL V=1
 make install
 cd ..