- 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=781
This commit is contained in:
parent
73e955aa8c
commit
6eb966beec
@ -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
|
||||
|
||||
|
@ -850,7 +850,7 @@ rm %{buildroot}/%{_includedir}/gbm.h
|
||||
rm %{buildroot}/%{_libdir}/libgbm.so*
|
||||
rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc
|
||||
|
||||
# in libEGL-devel
|
||||
# in libGL-devel
|
||||
rm -rf %{buildroot}/%{_includedir}/KHR
|
||||
|
||||
%else
|
||||
@ -940,7 +940,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
|
||||
%files libEGL-devel
|
||||
%{_includedir}/EGL
|
||||
%{_includedir}/KHR
|
||||
%if !0%{?libglvnd}
|
||||
%{_libdir}/libEGL.so
|
||||
%endif
|
||||
@ -956,6 +955,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
|
||||
%files libGL-devel
|
||||
%dir %{_includedir}/GL
|
||||
%{_includedir}/KHR
|
||||
%{_includedir}/GL/*.h
|
||||
%exclude %{_includedir}/GL/osmesa.h
|
||||
%if 0%{?libglvnd} == 0
|
||||
|
Loading…
Reference in New Issue
Block a user