configure: Use a single steam runtime image.

* Make it more flexible on the image name,

* Remove the image type support, only Docker is likely to be supported.

* Add target runtime name (scout / soldier), independent of the image.
This commit is contained in:
Rémi Bernon 2020-09-22 09:11:01 +02:00 committed by Andrew Eikum
parent dcf5f0f53c
commit f417b5c3e3
4 changed files with 92 additions and 148 deletions

View file

@ -41,7 +41,7 @@ ifneq ($(unstripped),)
endif
CONFIGURE_CMD := ../proton/configure.sh \
--steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev \
--steam-runtime-image=steam-proton-dev \
--build-name="$(_build_name)"
# make doesn't handle spaces well... replace them with underscores in paths