Use pkgconfig for libusb
PKG_CHECK_MODULES is used for libusb dependency, so the build requirement should also use pkgconfig.
This commit is contained in:
parent
960cbc5951
commit
017b3acd47
@ -12,7 +12,7 @@ License: LGPLv2+
|
|||||||
Requires: udev
|
Requires: udev
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: libusbx-devel
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
@ -113,6 +113,7 @@ chrpath --delete $RPM_BUILD_ROOT{%{_bindir},/usr/lib/udev}/mtp*
|
|||||||
* Wed May 26 2021 Ondrej Holy <oholy@redhat.com> - 1.1.18-3
|
* Wed May 26 2021 Ondrej Holy <oholy@redhat.com> - 1.1.18-3
|
||||||
- Drop redundant devel requires
|
- Drop redundant devel requires
|
||||||
- Disable MTPZ support in RHEL
|
- Disable MTPZ support in RHEL
|
||||||
|
- Use pkgconfig for libusb
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user