From 2844958418ecea1cc9c1bc664ab985934ac5d280 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 24 Jul 2012 09:44:45 -0400 Subject: [PATCH] Don't BuildReq on wayland things in RHEL --- mesa.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesa.spec b/mesa.spec index 3e68d93..b5df1d7 100644 --- a/mesa.spec +++ b/mesa.spec @@ -81,8 +81,10 @@ BuildRequires: libxml2-python BuildRequires: libudev-devel BuildRequires: libtalloc-devel BuildRequires: bison flex +%if !0%{?rhel} BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-server) +%endif %description Mesa @@ -563,6 +565,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 24 2012 Adam Jackson +- Don't BuildReq on wayland things in RHEL + * Mon Jul 23 2012 Adam Jackson 8.1-0.13 - Build radeonsi (#842194)