[Scummvm-git-logs] scummvm master -> e73b277589e9aeb25fa05e0838eac614d5c47949
criezy
noreply at scummvm.org
Mon Jul 3 21:11:05 UTC 2023
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:
e73b277589 IOS7: Add missing file in module.mk
Commit: e73b277589e9aeb25fa05e0838eac614d5c47949
https://github.com/scummvm/scummvm/commit/e73b277589e9aeb25fa05e0838eac614d5c47949
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-07-03T22:09:25+01:00
Commit Message:
IOS7: Add missing file in module.mk
The iOSGraphics3dManager uses the OpenGL::FrameBuffer class, so the
corresponding code needs to be compiled for the ios7 backend.
Changed paths:
backends/module.mk
diff --git a/backends/module.mk b/backends/module.mk
index 3f16068855c..4473de46ebd 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -391,6 +391,7 @@ MODULE_OBJS += \
graphics/ios/ios-graphics.o \
graphics/ios/renderbuffer.o \
graphics3d/ios/ios-graphics3d.o \
+ graphics3d/opengl/framebuffer.o \
graphics3d/opengl/surfacerenderer.o \
graphics3d/opengl/texture.o \
graphics3d/opengl/tiledsurface.o
More information about the Scummvm-git-logs
mailing list