[Scummvm-git-logs] scummvm master -> fdd7a73e2ad0fd11021d1b00798c5b3daadb8f96
bluegr
noreply at scummvm.org
Sun Jan 4 20:50:25 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b315b4d294 GRAPHICS: Add pixelformat.h include to mode.h
fdd7a73e2a BUILD: Fix linker flag for FREETYPE2 for EMSCRIPTEN port
Commit: b315b4d2940e015c159aa9b797db7375ba1ab5eb
https://github.com/scummvm/scummvm/commit/b315b4d2940e015c159aa9b797db7375ba1ab5eb
Author: Matan Bareket (mataniko at gmail.com)
Date: 2026-01-04T22:50:20+02:00
Commit Message:
GRAPHICS: Add pixelformat.h include to mode.h
Changed paths:
graphics/mode.h
diff --git a/graphics/mode.h b/graphics/mode.h
index 28cc12c5fe1..2708729e725 100644
--- a/graphics/mode.h
+++ b/graphics/mode.h
@@ -23,6 +23,7 @@
#define GRAPHICS_MODE_H
#include "common/array.h"
+#include "graphics/pixelformat.h"
namespace Graphics {
Commit: fdd7a73e2ad0fd11021d1b00798c5b3daadb8f96
https://github.com/scummvm/scummvm/commit/fdd7a73e2ad0fd11021d1b00798c5b3daadb8f96
Author: Matan Bareket (mataniko at gmail.com)
Date: 2026-01-04T22:50:20+02:00
Commit Message:
BUILD: Fix linker flag for FREETYPE2 for EMSCRIPTEN port
Changed paths:
configure
diff --git a/configure b/configure
index 970c91e08a2..c94303c459e 100755
--- a/configure
+++ b/configure
@@ -3353,7 +3353,7 @@ EOF
# on whether the port has been used before (and is detected) which is unpredictable.
if test "$_freetype2" = yes; then
# neither pkg-config nor freetype-config work, so we setup freetype manually
- append_var LDFLAGS "-s USE_FREETYPE=1"
+ append_var LDFLAGS "-s USE_FREETYPE2=1"
_freetype_found="true"
_freetypepath="$EMSDK/upstream/emscripten/cache/sysroot/include/freetype2/"
FREETYPE2_CFLAGS="-I$_freetypepath"
More information about the Scummvm-git-logs
mailing list