forked from rpms/open-vm-tools
Fix libdrm/udev build requirement
This commit is contained in:
parent
e31c935ab2
commit
55d3e2d432
@ -62,7 +62,6 @@ BuildRequires: doxygen
|
|||||||
# Fuse is optional and enables vmblock-fuse
|
# Fuse is optional and enables vmblock-fuse
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
BuildRequires: glib2-devel >= 2.14.0
|
BuildRequires: glib2-devel >= 2.14.0
|
||||||
BuildRequires: libdrm-devel
|
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libmspack-devel
|
BuildRequires: libmspack-devel
|
||||||
# Unfortunately, xmlsec1-openssl does not add libtool-ltdl dependency, so we
|
# Unfortunately, xmlsec1-openssl does not add libtool-ltdl dependency, so we
|
||||||
@ -77,6 +76,8 @@ BuildRequires: libXrender-devel
|
|||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
BuildRequires: pkgconfig(libdrm)
|
||||||
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: procps-devel
|
BuildRequires: procps-devel
|
||||||
BuildRequires: xmlsec1-openssl-devel
|
BuildRequires: xmlsec1-openssl-devel
|
||||||
|
|
||||||
@ -385,6 +386,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 01 2021 Simone Caronni <negativo17@gmail.com> - 11.2.5-8
|
* Tue Jun 01 2021 Simone Caronni <negativo17@gmail.com> - 11.2.5-8
|
||||||
- Trim changelog.
|
- Trim changelog.
|
||||||
|
- Fix libdrm/udev build requirement.
|
||||||
|
|
||||||
* Tue Jun 01 2021 Simone Caronni <negativo17@gmail.com> - 11.2.5-7
|
* Tue Jun 01 2021 Simone Caronni <negativo17@gmail.com> - 11.2.5-7
|
||||||
- Fix build on CentOS/RHEL 7.
|
- Fix build on CentOS/RHEL 7.
|
||||||
|
Loading…
Reference in New Issue
Block a user