diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2014-05-05 15:38:35 +0400 |
|---|---|---|
| committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2014-05-05 15:38:35 +0400 |
| commit | 89eae0c86f82df388a45c4a237d2471387d4ff4e (patch) | |
| tree | 7afe44cc735aa92a59842246f0fb1868e9934a3b | |
| parent | 021c2adadd6c3407e217d1d6a79654f97e4180e9 (diff) | |
| parent | dedf55fce6e83a8e8b759084ad5219c0cafb3543 (diff) | |
Merge branch 'master' of kwizart/mesa, bump version, add changelog (pt. 2)
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1094199
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
| -rw-r--r-- | mesa.spec | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -59,7 +59,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 10.2 -Release: 0.1.rc1.%{gitdate}%{?dist} +Release: 0.2.rc1.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -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,-) @@ -671,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.2.rc1.20140505 +- Enable gallium-egl (needed by freedreeno) (RHBZ #1094199) (kwizart) + * Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.1.rc1.20140505 - Enable omx on x86 and arm (RHBZ #1094199) (kwizart) - Split _with_xa from _with_vmware (RHBZ #1094199) (kwizart) |
