hidapi: add rdep on glibc-gconv-utf-16

libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to
read various libusb string descriptors.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Justin Bronder
2021-08-30 13:17:42 -04:00
committed by Khem Raj
parent 3cf16d3012
commit 455661a33a
@@ -7,6 +7,7 @@ LICENSE = "BSD-3-Clause | GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
DEPENDS = "libusb udev"
RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
inherit autotools pkgconfig