[Scummvm-git-logs] scummvm master -> 90bc15db398a40c438ccd233bbeb2c9a29d6a38f
criezy
criezy at scummvm.org
Tue Oct 26 12:32:39 UTC 2021
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:
90bc15db39 GROOVIE: Fix disabling the groovie2 subengine when c++11 is not available
Commit: 90bc15db398a40c438ccd233bbeb2c9a29d6a38f
https://github.com/scummvm/scummvm/commit/90bc15db398a40c438ccd233bbeb2c9a29d6a38f
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-10-26T13:31:44+01:00
Commit Message:
GROOVIE: Fix disabling the groovie2 subengine when c++11 is not available
The wrong feature name meant that the subengine was always disabled
Changed paths:
engines/groovie/configure.engine
diff --git a/engines/groovie/configure.engine b/engines/groovie/configure.engine
index ff9e98e541..30b30ecb72 100644
--- a/engines/groovie/configure.engine
+++ b/engines/groovie/configure.engine
@@ -1,4 +1,4 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
add_engine groovie "Groovie" yes "groovie2" "7th Guest" "highres"
-add_engine groovie2 "Groovie 2 games" no "" "" "jpeg 16bit c++11"
+add_engine groovie2 "Groovie 2 games" no "" "" "jpeg 16bit cxx11"
More information about the Scummvm-git-logs
mailing list