summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2014-02-03 16:30:37 +0100
committerNicolas Chauvet <kwizart@gmail.com>2014-05-05 12:01:36 +0200
commit27fb68daf5a0adc382fe8d85e057b40166ca35e4 (patch)
tree9e922c14956e376a0ab33a17c1be4789812b5882
parent9487c811f49d605f8d448e238e4d04f8e0b1cc04 (diff)
downloadmesa-27fb68daf5a0adc382fe8d85e057b40166ca35e4.tar.gz
mesa-27fb68daf5a0adc382fe8d85e057b40166ca35e4.tar.xz
mesa-27fb68daf5a0adc382fe8d85e057b40166ca35e4.zip
Enable gallium-egl (needed by freedreeno)
-rw-r--r--mesa.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index f48e89f..32aef77 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -390,7 +390,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope
--enable-egl \
--disable-gles1 \
--enable-gles2 \
- --disable-gallium-egl \
+ --enable-gallium-egl \
--disable-xvmc \
%{?with_vdpau:--enable-vdpau} \
--with-egl-platforms=x11,drm%{?with_wayland:,wayland} \
@@ -541,6 +541,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%endif
%{_libdir}/dri/swrast_dri.so
+%ifarch %{arm}
+%dir %{_libdir}/gallium-pipe
+%{_libdir}/gallium-pipe/*.so
+%endif
%if %{with_hardware}
%if 0%{?with_omx}
@@ -589,6 +593,8 @@ 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,-)
@@ -620,6 +626,8 @@ rm -rf $RPM_BUILD_ROOT
%doc docs/COPYING
%{_libdir}/libgbm.so.1
%{_libdir}/libgbm.so.1.*
+%dir %{_libdir}/gbm
+%{_libdir}/gbm/gbm_gallium_drm.so
%files libgbm-devel
%defattr(-,root,root,-)