summaryrefslogtreecommitdiffstats
path: root/crypto/pcsc-lite/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pcsc-lite/DEPENDS')
-rwxr-xr-xcrypto/pcsc-lite/DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/pcsc-lite/DEPENDS b/crypto/pcsc-lite/DEPENDS
index 7b06d259aa..8d4802a44a 100755
--- a/crypto/pcsc-lite/DEPENDS
+++ b/crypto/pcsc-lite/DEPENDS
@@ -1,6 +1,6 @@
depends g++ &&
if [[ $PCSC_DEVICE_ACCESS == libusb ]]; then
depends libusb "--enable-libusb"
-elif [[ $PCSC_DEVICE_ACCESS == hal ]]; then
- depends hal "--enable-libhal"
+elif [[ $PCSC_DEVICE_ACCESS == udev ]]; then
+ depends udev "--enable-libudev"
fi