]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- build classic radeon/r200 dri for gallium-enabled build (gallium supports r300+).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 13 Mar 2011 14:16:05 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pack some EGL gallium files.

Changed files:
    Mesa.spec -> 1.263.2.9

Mesa.spec

index a94e8f621e8f3d19811023902cbdc8ff8473ec5f..6097b1c752d5f8555ccecab574aab9f9ed3fb7cc 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -702,6 +702,8 @@ Sterownik X.org DRI dla VMware.
 dri_drivers="i810 i965 mach64 mga r128 \
 %if %{without gallium_radeon}
 r200 r300 r600 radeon \
+%else
+r200 radeon \
 %endif
 savage \
 %if %{without gallium_intel}
@@ -832,6 +834,13 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/egl
 %if %{with gallium}
 %attr(755,root,root) %{_libdir}/egl/egl_gallium.so
+%if %{with_gallium_nouveau}
+%attr(755,root,root) %{_libdir}/egl/pipe_nouveau.so
+%endif
+%if %{with_gallium_radeon}
+%attr(755,root,root) %{_libdir}/egl/pipe_r300.so
+%attr(755,root,root) %{_libdir}/egl/pipe_r600.so
+%endif
 %else
 %attr(755,root,root) %{_libdir}/egl/egl_dri2.so
 %attr(755,root,root) %{_libdir}/egl/egl_glx.so
This page took 0.069982 seconds and 4 git commands to generate.