[Scummvm-git-logs] scummvm master -> 8b48dd8b872a88e9fde345d80199574fdd926611
lephilousophe
noreply at scummvm.org
Mon Apr 29 10:17:12 UTC 2024
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:
8b48dd8b87 IMGUI: Really disable ImGui when there is no OpenGL
Commit: 8b48dd8b872a88e9fde345d80199574fdd926611
https://github.com/scummvm/scummvm/commit/8b48dd8b872a88e9fde345d80199574fdd926611
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-04-29T12:16:34+02:00
Commit Message:
IMGUI: Really disable ImGui when there is no OpenGL
Changed paths:
configure
diff --git a/configure b/configure
index d48e53fa236..fc932b54cfe 100755
--- a/configure
+++ b/configure
@@ -6794,6 +6794,7 @@ if test "$_imgui" != no ; then
;;
esac
else
+ _imgui=no
echo "no (requires OpenGL)"
fi
else
More information about the Scummvm-git-logs
mailing list