[Scummvm-git-logs] scummvm master -> eb3873894af7b2d2ce8e608e75943a00af070829

sev- noreply at scummvm.org
Tue Feb 10 14:03:31 UTC 2026


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

Summary:
eb3873894a CONFIGURE: Fix MFC component usage


Commit: eb3873894af7b2d2ce8e608e75943a00af070829
    https://github.com/scummvm/scummvm/commit/eb3873894af7b2d2ce8e608e75943a00af070829
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-10T15:01:56+01:00

Commit Message:
CONFIGURE: Fix MFC component usage

We need to enable it by default, and if there is no engine that is
using it is enabled, it will be removed from the compilation.

If 'no' is specified, then it is an unmet dependency, which
disables the engine.

Changed paths:
    configure


diff --git a/configure b/configure
index 516fa9ae523..7c9a133b04b 100755
--- a/configure
+++ b/configure
@@ -206,7 +206,7 @@ _werror_build=auto
 _text_console=no
 _mt32emu=yes
 _lua=yes
-_mfc=no
+_mfc=yes
 _build_scalers=yes
 _build_hq_scalers=yes
 _build_edge_scalers=yes




More information about the Scummvm-git-logs mailing list