build: Build with Proton SDK 0.20210505.0-2.
But disable XPresent extension for now.
This commit is contained in:
parent
fb569a17e3
commit
8448591ebd
2 changed files with 2 additions and 1 deletions
|
@ -633,6 +633,7 @@ WINE_SOURCE_ARGS = \
|
|||
|
||||
WINE_CONFIGURE_ARGS = \
|
||||
--with-mingw \
|
||||
--without-xpresent \
|
||||
--disable-tests
|
||||
|
||||
WINE_CONFIGURE_ARGS64 = --enable-win64
|
||||
|
|
|
@ -97,7 +97,7 @@ function configure() {
|
|||
#
|
||||
|
||||
arg_steamrt="soldier"
|
||||
arg_protonsdk_image="registry.gitlab.steamos.cloud/proton/soldier/sdk:0.20210126.1-1"
|
||||
arg_protonsdk_image="registry.gitlab.steamos.cloud/proton/soldier/sdk:0.20210505.0-2"
|
||||
arg_no_protonsdk=""
|
||||
arg_build_name=""
|
||||
arg_docker_opts=""
|
||||
|
|
Loading…
Reference in a new issue