[Scummvm-git-logs] scummvm master -> 91cf8dd03629d1c45dbc5cedd98fc3e3e62f734d
mikrosk
noreply at scummvm.org
Tue Jan 7 20:36:03 UTC 2025
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:
91cf8dd036 TWINE: gif is an optional component
Commit: 91cf8dd03629d1c45dbc5cedd98fc3e3e62f734d
https://github.com/scummvm/scummvm/commit/91cf8dd03629d1c45dbc5cedd98fc3e3e62f734d
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2025-01-07T21:35:52+01:00
Commit Message:
TWINE: gif is an optional component
Changed paths:
engines/twine/configure.engine
diff --git a/engines/twine/configure.engine b/engines/twine/configure.engine
index e27cb6ac1df..e7da882fcbc 100644
--- a/engines/twine/configure.engine
+++ b/engines/twine/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine twine "Little Big Adventure" yes "" "" "highres gif" "imgui midi"
+add_engine twine "Little Big Adventure" yes "" "" "highres" "imgui midi gif"
More information about the Scummvm-git-logs
mailing list