comparison 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
comparison
equal deleted inserted replaced
4945:76828d146a8d 4946:a99cf8dbe52d
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 $(INSTALL) -d '$(3)$(HOST_INCDIR)/GL'; 19 $(INSTALL) -d '$(3)$(HOST_INCDIR)/GL';
20 for f in '$(1)/include/GL/*.h' ; do \ 20 for f in '$(1)/include/GL/*.h' ; do \
21 $(INSTALL) -m 644 $$f '$(3)$(HOST_INCDIR)/GL'; \ 21 $(INSTALL) -m 644 $$f '$(3)$(HOST_INCDIR)/GL'; \
22 done 22 done
23 $(INSTALL) -d '$(3)$(HOST_INCDIR)/KHR';
24 for f in '$(1)/include/KHR/*.h' ; do \
25 $(INSTALL) -m 644 $$f '$(3)$(HOST_INCDIR)/KHR'; \
26 done
23 endef 27 endef
24 else 28 else
25 define $(PKG)_BUILD 29 define $(PKG)_BUILD
26 endef 30 endef
27 endif 31 endif