SHA256
1
0
forked from pool/Mesa

- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's

now being referenced by glext.h

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=782
This commit is contained in:
Stefan Dirsch 2018-11-15 17:11:35 +00:00 committed by Git OBS Bridge
parent 6eb966beec
commit c97a90ecb3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 15 16:50:48 UTC 2018 - sndirsch@suse.com
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
now being referenced by glext.h
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 15 15:19:27 UTC 2018 - sndirsch@suse.com Thu Nov 15 15:19:27 UTC 2018 - sndirsch@suse.com

View File

@ -851,7 +851,7 @@ rm %{buildroot}/%{_includedir}/gbm.h
rm %{buildroot}/%{_libdir}/libgbm.so* rm %{buildroot}/%{_libdir}/libgbm.so*
rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc
# in libEGL-devel # in libGL-devel
rm -rf %{buildroot}/%{_includedir}/KHR rm -rf %{buildroot}/%{_includedir}/KHR
%else %else
@ -941,7 +941,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%files libEGL-devel %files libEGL-devel
%{_includedir}/EGL %{_includedir}/EGL
%{_includedir}/KHR
%if !0%{?libglvnd} %if !0%{?libglvnd}
%{_libdir}/libEGL.so %{_libdir}/libEGL.so
%endif %endif
@ -957,6 +956,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%files libGL-devel %files libGL-devel
%dir %{_includedir}/GL %dir %{_includedir}/GL
%{_includedir}/KHR
%{_includedir}/GL/*.h %{_includedir}/GL/*.h
%exclude %{_includedir}/GL/osmesa.h %exclude %{_includedir}/GL/osmesa.h
%if 0%{?libglvnd} == 0 %if 0%{?libglvnd} == 0