SHA256
1
0
forked from pool/Mesa

no longer package gl.pc and egl.pc (use the one of libglvnd-devel)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=881
This commit is contained in:
Stefan Dirsch 2019-10-07 19:03:19 +00:00 committed by Git OBS Bridge
parent 09c5f2464a
commit c58abd7f67

View File

@ -970,7 +970,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%if !0%{?libglvnd}
%{_libdir}/libEGL.so
%endif
%{_libdir}/pkgconfig/egl.pc
%exclude %{_libdir}/pkgconfig/egl.pc
%files KHR-devel
%dir %{_includedir}/KHR
@ -991,7 +991,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%if 0%{?libglvnd} == 0
%{_libdir}/libGL.so
%endif
%{_libdir}/pkgconfig/gl.pc
%exclude %{_libdir}/pkgconfig/gl.pc
%{_mandir}/man3/gl[A-Z]*
%files libGLESv1_CM1