Add msm_dri.so to files section of dri-drivers subpackage.
diff --git a/SPECS/mesa.spec b/SPECS/mesa.spec index 7ad8c48..c1ec675 100644 --- a/SPECS/mesa.spec +++ b/SPECS/mesa.spec @@ -480,6 +480,7 @@ rm -rf $RPM_BUILD_ROOT %endif %if 0%{?with_freedreno} %{_libdir}/dri/kgsl_dri.so +%{_libdir}/dri/msm_dri.so %endif %{_libdir}/dri/nouveau_dri.so %if 0%{?with_vmware}
On 05/03/16 09:54, Henrik Andersson wrote:
Add msm_dri.so to files section of dri-drivers subpackage.
diff --git a/SPECS/mesa.spec b/SPECS/mesa.spec index 7ad8c48..c1ec675 100644 --- a/SPECS/mesa.spec +++ b/SPECS/mesa.spec @@ -480,6 +480,7 @@ rm -rf $RPM_BUILD_ROOT %endif %if 0%{?with_freedreno} %{_libdir}/dri/kgsl_dri.so +%{_libdir}/dri/msm_dri.so %endif %{_libdir}/dri/nouveau_dri.so %if 0%{?with_vmware} _______________________________________________ Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Thanks a lot for this !
I've patched the spec file and rebuilt it and it's now there : http://armv7.dev.centos.org/repodir/c71511-pass-1/mesa/10.6.5-3.20150824.el7... (while logs are here : http://armv7.dev.centos.org/rpmbuild/c71511-pass-1/7952-mesa-10.6.5-3.201508...)
It would be good to test that those can then be used for other builds, and if we have closure, push those packages to mirror.centos.org (through the signing queue process)