diff src/mesa-proto.mk @ 4946:a99cf8dbe52d

mesa: Update to v18.2.8 * src/mesa.mk: Update version and checksum. Also install headers in KHR. * src/mesa-1-fixes.patch: Remove logic because we build g++ with pthreads. * src/mesa-proto.mk: Also install headers in KHR.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 21 Jan 2019 19:35:27 +0100
parents e575e2afdae4
children
line wrap: on
line diff
--- a/src/mesa-proto.mk	Tue Jan 29 12:41:34 2019 -0500
+++ b/src/mesa-proto.mk	Mon Jan 21 19:35:27 2019 +0100
@@ -20,6 +20,10 @@
     for f in '$(1)/include/GL/*.h' ; do \
       $(INSTALL) -m 644 $$f '$(3)$(HOST_INCDIR)/GL'; \
     done
+    $(INSTALL) -d '$(3)$(HOST_INCDIR)/KHR';
+    for f in '$(1)/include/KHR/*.h' ; do \
+      $(INSTALL) -m 644 $$f '$(3)$(HOST_INCDIR)/KHR'; \
+    done
   endef
 else
   define $(PKG)_BUILD