[Scummvm-git-logs] scummvm master -> 97954723ef2c6c23e15123d9c51ae1c5b3b2265c

sev- noreply at scummvm.org
Fri Dec 23 16:52:47 UTC 2022


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:
97954723ef HPL1: Do not build engine by default and specify dependencies


Commit: 97954723ef2c6c23e15123d9c51ae1c5b3b2265c
    https://github.com/scummvm/scummvm/commit/97954723ef2c6c23e15123d9c51ae1c5b3b2265c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-23T17:52:33+01:00

Commit Message:
HPL1: Do not build engine by default and specify dependencies

Changed paths:
    engines/hpl1/configure.engine


diff --git a/engines/hpl1/configure.engine b/engines/hpl1/configure.engine
index e15c24dd1eb..88ed8e7a105 100644
--- a/engines/hpl1/configure.engine
+++ b/engines/hpl1/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]
-add_engine hpl1 "Hpl1" yes
+add_engine hpl1 "Hpl1" no "16bit highres jpeg gif png opengl_game_shaders"




More information about the Scummvm-git-logs mailing list