[Scummvm-git-logs] scummvm master -> 88a99dbbb2224676b9c04fdc7ceec937d05ecb9e
lephilousophe
noreply at scummvm.org
Thu Nov 13 20:33:45 UTC 2025
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:
88a99dbbb2 AGDS: Remove components which are in fact features
Commit: 88a99dbbb2224676b9c04fdc7ceec937d05ecb9e
https://github.com/scummvm/scummvm/commit/88a99dbbb2224676b9c04fdc7ceec937d05ecb9e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-11-13T21:30:05+01:00
Commit Message:
AGDS: Remove components which are in fact features
This makes create_project error out and it is useless as these are
enabled as soon as they are available.
Changed paths:
engines/agds/configure.engine
diff --git a/engines/agds/configure.engine b/engines/agds/configure.engine
index b6e83ab9b65..a2323085dda 100644
--- a/engines/agds/configure.engine
+++ b/engines/agds/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 agds "AGDS (Black Mirror and NiBiRu)" no "" "" "highres" "freetype2 vorbis"
+add_engine agds "AGDS (Black Mirror and NiBiRu)" no "" "" "highres" ""
More information about the Scummvm-git-logs
mailing list