mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Don't BuildReq on wayland things in RHEL
This commit is contained in:
parent
d98a24e394
commit
2844958418
1 changed files with 5 additions and 0 deletions
|
@ -81,8 +81,10 @@ BuildRequires: libxml2-python
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
|
%if !0%{?rhel}
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mesa
|
Mesa
|
||||||
|
@ -563,6 +565,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2012 Adam Jackson <ajax@redhat.com>
|
||||||
|
- Don't BuildReq on wayland things in RHEL
|
||||||
|
|
||||||
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 8.1-0.13
|
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 8.1-0.13
|
||||||
- Build radeonsi (#842194)
|
- Build radeonsi (#842194)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue