comparison src/build-mako.mk @ 5540:13628d1d41e2

Make more build tools optional. * Makefile.in: Add build tools that are only needed for mesa to optional build tools (build-mako, build-markupsafe, build-meson, build-ninja, build-python3). That way they are only built if mesa is built. Same for build-python, build-scons, and build-setuptools which are only needed when building nsis. * src/mesa.mk: Add build-ninja to dependencies. * src/build-mako.mk, src/build-markupsafe.mk: Remove build-setuptools from dependencies. * src/nsis.mk: Add build-python and build-setuptools to dependencies.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 19 Sep 2020 17:35:15 +0200
parents be0a7ce498e6
children f062bdb4f0a3
comparison
equal deleted inserted replaced
5539:fa6fca3c12d7 5540:13628d1d41e2
6 $(PKG)_VERSION := 1.0.7 6 $(PKG)_VERSION := 1.0.7
7 $(PKG)_CHECKSUM := bf0c1f4cdfca4dd37bc0c9f83e984a0558268b42 7 $(PKG)_CHECKSUM := bf0c1f4cdfca4dd37bc0c9f83e984a0558268b42
8 $(PKG)_SUBDIR := Mako-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := Mako-$($(PKG)_VERSION)
9 $(PKG)_FILE := Mako-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := Mako-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://pypi.python.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/$($(PKG)_FILE) 10 $(PKG)_URL := https://pypi.python.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-python3 build-markupsafe build-setuptools 11 $(PKG)_DEPS := build-python3 build-markupsafe
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION) 15 echo $($(PKG)_VERSION)
16 endef 16 endef