diff --git a/Mesa.changes b/Mesa.changes index b2058f2..d750fa1 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -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 diff --git a/Mesa.spec b/Mesa.spec index 673fd02..9268616 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -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