[mesa: 2/4] Move egl_gallium.so to the correct location - rhbz#1094588

Igor Gnatenko ignatenkobrain at fedoraproject.org
Tue May 6 08:43:12 UTC 2014


commit 45f61b238bea4388b74bc1e6ecd3bc3b33eaf75e
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue May 6 09:21:28 2014 +0200

    Move egl_gallium.so to the correct location - rhbz#1094588

 mesa.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index 7ce625d..32bfc18 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -490,6 +490,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/COPYING
 %{_libdir}/libEGL.so.1
 %{_libdir}/libEGL.so.1.*
+%dir %{_libdir}/egl
+%{_libdir}/egl/egl_gallium.so
 
 %files libGLES
 %defattr(-,root,root,-)
@@ -591,8 +593,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/KHR/khrplatform.h
 %{_libdir}/pkgconfig/egl.pc
 %{_libdir}/libEGL.so
-%dir %{_libdir}/egl
-%{_libdir}/egl/egl_gallium.so
 
 %files libGLES-devel
 %defattr(-,root,root,-)


More information about the scm-commits mailing list