]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- package i915 opencl driver (when building with gallium_intel)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2012 18:26:52 +0000 (20:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2012 18:26:52 +0000 (20:26 +0200)
Mesa.spec

index 7d658ff3f06c04f852ecc23ff4694459b07f4d1f..69df322859ae17e57be166b40095b3e16f8c0bef 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -1297,6 +1297,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libOpenCL.so
 %{_includedir}/CL
 
+%if %{with gallium_intel}
+%files opencl-driver-i915
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/opencl/pipe_i915.so
+%endif
+
 %if %{with gallium_nouveau}
 %files opencl-driver-nouveau
 %defattr(644,root,root,755)
This page took 0.037731 seconds and 4 git commands to generate.