dev-libs/libfido2: fix usex typo

Bug: https://bugs.gentoo.org/927993
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-01 17:16:01 +00:00
parent 87522c4c1a
commit 2e5adefb8b

View File

@@ -46,7 +46,7 @@ src_configure() {
-DBUILD_EXAMPLES=OFF
-DBUILD_STATIC_LIBS=$(usex static-libs)
-DNFC_LINUX=$(usex nfc)
-DUSE_PCSC=$(usex smartcard pcsc-lte)
-DUSE_PCSC=$(usex smartcard)
-DUSE_HIDAPI=$(usex hidapi)
)