aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarcus Comstedt2018-12-06 09:36:45 +0100
committerMarcus Comstedt2018-12-06 09:36:45 +0100
commite0307e9c077154f9553d9c130eb6c16b29858f8c (patch)
treeafc340b03dc90ff4efb06eb94a45c5ec7ea700f8 /configure
parentf6258e229ce0d92d126c5ec827e28b5b21066b8c (diff)
downloadscummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.tar.gz
scummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.tar.bz2
scummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.zip
BUILD: Re-introduce hardcoded libz and MAD on Dreacmast
The attempts at making a more accurate auto-detection have been postponed, so put the hardcoded enablers back for now.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 493573f02c..7a066169c5 100755
--- a/configure
+++ b/configure
@@ -3072,6 +3072,11 @@ if test -n "$_host"; then
append_var CXXFLAGS "-fdelete-null-pointer-checks"
_backend="dc"
_build_scalers=no
+ # These two are needed due to shortcomings of the
+ # detection systems. Do not remove until auto-
+ # detection works correctly.
+ _mad=yes
+ _zlib=yes
_port_mk="backends/platform/dc/dreamcast.mk"
;;
ds)