Skip to content

Commit

Permalink
CONFIGURE: Added tinygl as a component
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 14, 2024
1 parent 7935216 commit a3ab3f8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ add_component lua "lua" "USE_LUA"
add_component vpx "libvpx" "USE_VPX"
add_component theoradec "libtheoradec" "USE_THEORADEC"
add_component mt32emu "mt32emu" "USE_MT32EMU"
add_component tinygl "TinyGL" "USE_TINYGL"

# Directories for installing ScummVM.
# This list is closely based on what GNU autoconf does,
Expand Down Expand Up @@ -6938,7 +6939,6 @@ echo_n "Building TinyGL support... "
if test "$_16bit" = "no"; then
_tinygl=no
fi
define_in_config_if_yes $_tinygl 'USE_TINYGL'
echo "$_tinygl"

echo_n "Building any 3D game... "
Expand Down
2 changes: 1 addition & 1 deletion engines/freescape/configure.engine
Original file line number Diff line number Diff line change
@@ -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 freescape "Freescape" yes "" "" "highres 16bit 3d"
add_engine freescape "Freescape" yes "" "" "highres 16bit 3d" "tinygl"
2 changes: 1 addition & 1 deletion engines/grim/configure.engine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
add_engine grim "Grim" yes "monkey4" "Grim Fandango" "16bit 3d highres" "theoradec"
add_engine grim "Grim" yes "monkey4" "Grim Fandango" "16bit 3d highres" "theoradec tinygl"
add_engine monkey4 "Escape from Monkey Island" no "" "" "bink"
2 changes: 1 addition & 1 deletion engines/hpl1/configure.engine
Original file line number Diff line number Diff line change
@@ -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 hpl1 "Hpl1" no "" "" "16bit 3d highres jpeg gif png opengl_game_shaders"
add_engine hpl1 "Hpl1" no "" "" "16bit 3d highres jpeg gif png opengl_game_shaders" "tinygl"
2 changes: 1 addition & 1 deletion engines/myst3/configure.engine
Original file line number Diff line number Diff line change
@@ -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 myst3 "Myst 3" yes "" "" "16bit 3d highres jpeg bink"
add_engine myst3 "Myst 3" yes "" "" "16bit 3d highres jpeg bink" "tinygl"
2 changes: 1 addition & 1 deletion engines/playground3d/configure.engine
Original file line number Diff line number Diff line change
@@ -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 playground3d "Playground 3d: the testing and playground environment for 3d renderers" no "" "" "16bit 3d highres"
add_engine playground3d "Playground 3D: the testing and playground environment for 3d renderers" no "" "" "16bit 3d highres" "tinygl"
2 changes: 1 addition & 1 deletion engines/stark/configure.engine
Original file line number Diff line number Diff line change
@@ -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 stark "The Longest Journey" yes "" "" "16bit 3d highres freetype2 vorbis bink"
add_engine stark "The Longest Journey" yes "" "" "16bit 3d highres freetype2 vorbis bink" "tinygl"
2 changes: 1 addition & 1 deletion engines/tetraedge/configure.engine
Original file line number Diff line number Diff line change
@@ -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 tetraedge "Tetraedge" yes "" "" "highres 3d freetype2 vorbis png jpeg lua theoradec" ""
add_engine tetraedge "Tetraedge" yes "" "" "highres 3d freetype2 vorbis png jpeg lua theoradec" "tinygl"
2 changes: 1 addition & 1 deletion engines/tinsel/configure.engine
Original file line number Diff line number Diff line change
@@ -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 tinsel "Tinsel" yes "" "" "" "mt32emu"
add_engine tinsel "Tinsel" yes "" "" "" "mt32emu tinygl"

0 comments on commit a3ab3f8

Please sign in to comment.