pcscd: fix ccid depend

This commit is contained in:
Rudi Heitbaum 2023-11-05 01:56:30 +00:00
parent 6499b826b5
commit d2c9d5e6b0

View File

@ -10,7 +10,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
PKG_URL="" PKG_URL=""
PKG_DEPENDS_TARGET="toolchain libusb pcsc-lite" PKG_DEPENDS_TARGET="toolchain ccid libusb pcsc-lite"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)" PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)"
PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)" PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)"