From fab9715938269f41ede51b0b7603844bfd9f0757 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Tue, 20 Jun 2023 19:52:47 +1000 Subject: [PATCH] sdl2 --- Formula/game-porting-toolkit.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/game-porting-toolkit.rb b/Formula/game-porting-toolkit.rb index 94fc1c4..e83b7e6 100644 --- a/Formula/game-porting-toolkit.rb +++ b/Formula/game-porting-toolkit.rb @@ -92,6 +92,7 @@ class GamePortingToolkit < Formula ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.14" wine_configure_options = ["--prefix=#{prefix}", + "--with-sdl2", "--disable-win16", "--disable-tests", "--without-x", @@ -105,11 +106,13 @@ class GamePortingToolkit < Formula "--without-krb5"] wine64_configure_options = ["--enable-win64", + "--with-sdl2", "--with-gnutls", "--with-freetype", "--with-gstreamer"] wine32_configure_options = ["--enable-win32on64", + "--with-sdl2", "--with-wine64=../wine64-build", "--without-gstreamer", "--without-gphoto",