summaryrefslogtreecommitdiffstats
path: root/crypto/pcsc-lite/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pcsc-lite/BUILD')
-rwxr-xr-xcrypto/pcsc-lite/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/pcsc-lite/BUILD b/crypto/pcsc-lite/BUILD
index c6fb978fd3..496597474c 100755
--- a/crypto/pcsc-lite/BUILD
+++ b/crypto/pcsc-lite/BUILD
@@ -1,5 +1,5 @@
-if [[ $PCSC_DEVICE_ACCESS != hal ]]; then
- OPTS="--disable-libhal $OPTS"
+if [[ $PCSC_DEVICE_ACCESS != udev ]]; then
+ OPTS="--disable-libudev $OPTS"
fi &&
if [[ $PCSC_DEVICE_ACCESS != libusb ]]; then
OPTS="--disable-libusb $OPTS"