mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
freerdp: Add missing libusb1 dependency
The freerdp does depend on libusb1 for rdpdr device forwarding. This missing dependency is currently hidden, since it is pulled in by pcsc-lite, but if the later is removed from DEPENDS, the build fails. Add the missing dependency. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
DESCRIPTION = "FreeRDP RDP client & server library"
|
||||
HOMEPAGE = "http://www.freerdp.com"
|
||||
DEPENDS = "openssl alsa-lib pcsc-lite"
|
||||
DEPENDS = "openssl alsa-lib pcsc-lite libusb1"
|
||||
SECTION = "net"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
Reference in New Issue
Block a user