From 19f000e61e526863fd8e5d1a5048d2d32ed25aaa Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Sun, 27 Mar 2022 10:01:51 -0400 Subject: [PATCH] fix f37 libusb BR --- chromium.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chromium.spec b/chromium.spec index a6ed5108..fa729562 100644 --- a/chromium.spec +++ b/chromium.spec @@ -434,7 +434,11 @@ BuildRequires: libdrm-devel BuildRequires: libgcrypt-devel BuildRequires: libudev-devel BuildRequires: libuuid-devel +%if 0%{?fedora} >= 37 +BuildRequires: libusb-compat-0.1-devel +%else BuildRequires: libusb-devel +%endif BuildRequires: libXdamage-devel BuildRequires: libXtst-devel BuildRequires: xcb-proto