From cafd345318bdeef43884a21fcdb2208d14a22e22 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 21 May 2020 15:01:25 +0200 Subject: [PATCH] Add libusb-1.0 dependency The urbdrc channel is now built by default, so let's add libusb-1.0 dependency to fix the build. --- freerdp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/freerdp.spec b/freerdp.spec index 5ac8ab6..7072632 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -65,6 +65,7 @@ BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(libpcsclite) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(soxr) BuildRequires: pkgconfig(wayland-client)