[Scummvm-git-logs] scummvm master -> 1aabe9087e815efa56c9692c5b856b9e199528d6

criezy noreply at scummvm.org
Mon May 16 20:36:19 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1aabe9087e CONFIGURE: Disable SEQ MIDI on Mac builds


Commit: 1aabe9087e815efa56c9692c5b856b9e199528d6
    https://github.com/scummvm/scummvm/commit/1aabe9087e815efa56c9692c5b856b9e199528d6
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-05-16T21:36:16+01:00

Commit Message:
CONFIGURE: Disable SEQ MIDI on Mac builds

Fixes bug #12817

Changed paths:
    configure


diff --git a/configure b/configure
index b596343f6f0..79c7f9bcbec 100755
--- a/configure
+++ b/configure
@@ -2669,6 +2669,7 @@ case $_host_os in
 		# SDL2 doesn't seem to add Cocoa for us.
 		append_var LIBS "-framework Cocoa"
 		add_line_to_config_mk 'MACOSX = 1'
+		_seq_midi=no
 
 		# Now we may have MacPorts or Fink installed
 		# Which put libraries and headers in non-standard places




More information about the Scummvm-git-logs mailing list