This commit is contained in:
Alex Janka 2023-06-20 19:52:47 +10:00
parent ba912ec2d9
commit fab9715938

View file

@ -92,6 +92,7 @@ class GamePortingToolkit < Formula
ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.14" ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
wine_configure_options = ["--prefix=#{prefix}", wine_configure_options = ["--prefix=#{prefix}",
"--with-sdl2",
"--disable-win16", "--disable-win16",
"--disable-tests", "--disable-tests",
"--without-x", "--without-x",
@ -105,11 +106,13 @@ class GamePortingToolkit < Formula
"--without-krb5"] "--without-krb5"]
wine64_configure_options = ["--enable-win64", wine64_configure_options = ["--enable-win64",
"--with-sdl2",
"--with-gnutls", "--with-gnutls",
"--with-freetype", "--with-freetype",
"--with-gstreamer"] "--with-gstreamer"]
wine32_configure_options = ["--enable-win32on64", wine32_configure_options = ["--enable-win32on64",
"--with-sdl2",
"--with-wine64=../wine64-build", "--with-wine64=../wine64-build",
"--without-gstreamer", "--without-gstreamer",
"--without-gphoto", "--without-gphoto",