From 6ef79b1be96aa4a51d29680d073df3edfe8868e8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 12 Jul 2014 10:58:53 +0400 Subject: [PATCH] fix files when freedreno enabled Signed-off-by: Igor Gnatenko --- mesa.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mesa.spec b/mesa.spec index 57517ac..323a606 100644 --- a/mesa.spec +++ b/mesa.spec @@ -530,6 +530,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/dri/i915_dri.so %{_libdir}/dri/i965_dri.so %endif +%if 0%{?with_freedreno} +%{_libdir}/dri/freedreno_dri.so +%endif %{_libdir}/dri/nouveau_dri.so %if 0%{?with_vmware} %{_libdir}/dri/vmwgfx_dri.so