Don't BuildReq on wayland things in RHEL

This commit is contained in:
Adam Jackson 2012-07-24 09:44:45 -04:00
parent d98a24e394
commit 2844958418

View file

@ -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)