switch to pkgconfig() style BR
See https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRequires_based_on_pkg-config
This commit is contained in:
parent
bec00f199a
commit
dcaf8f6883
@ -73,9 +73,9 @@ Patch10005: 10005-Add-grub_qdprintf-grub_dprintf-without-the-file-line.patch
|
|||||||
Patch10006: 10006-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch
|
Patch10006: 10006-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch
|
||||||
|
|
||||||
BuildRequires: flex bison binutils python
|
BuildRequires: flex bison binutils python
|
||||||
BuildRequires: ncurses-devel xz-devel bzip2-devel
|
BuildRequires: pkgconfig(ncurses) xz-devel bzip2-devel
|
||||||
BuildRequires: freetype-devel libusb-devel
|
BuildRequires: freetype-devel libusb-devel
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: pkgconfig(rpm)
|
||||||
%ifarch %{sparc} x86_64 aarch64 ppc64le
|
%ifarch %{sparc} x86_64 aarch64 ppc64le
|
||||||
# sparc builds need 64 bit glibc-devel - also for 32 bit userland
|
# sparc builds need 64 bit glibc-devel - also for 32 bit userland
|
||||||
BuildRequires: /usr/lib64/crt1.o glibc-static
|
BuildRequires: /usr/lib64/crt1.o glibc-static
|
||||||
|
Loading…
Reference in New Issue
Block a user