aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2019-08-04BUILD: Fix missing frameworks for iOS static buildsColin Snover
2019-08-04IOS7: Implement isConnectionLimitedThierry Crozat
2019-06-25CONFIGURE: Enable libcurl on Switch (works now)rsn8887
2019-06-21CONFIGURE: Disable libcurl on Switch (missing curl-config)rsn8887
2019-06-21CONFIGURE: Re-enable OpenGL on Switch, because it worksrsn8887
OpenGL works when enabled from the start in scummvm.ini, when ScummVM is compiled with latest Switch toolchain packages. It only crashes when switching between SDL modes and OpenGL while ScummVM is running.
2019-06-21CONFIGURE: Disable OpenGL on Switch because it crashesrsn8887
GLES2 crashes when switching between SDL2 graphics and OpenGL graphics. This is a known problem on the platform due to the implementation of GLES2, it crashes on de-init.
2019-06-20CONFIGURE: Add --enable-all-unstable-engines optionCameron Cawley
2019-06-17RISCOS: Disable debug build by defaultCameron Cawley
2019-06-06CONFIGURE: Add --disable-all-unstable-engines for use with buildbotrsn8887
2019-06-06CONFIGURE: Add PSP to platforms where debug is off by defaultrsn8887
2019-06-02CONFIGURE: Remove the 'u' flag from 'ar' in mingw32Lothar Serra Mari
This patch silences the warnings about the (outdated?) 'u' flag that appears at least when building and linking ScummVM statically on mingw32: "`u' modifier ignored since `D' is the default (see `U')" The cause for this appears to be a bug in recent versions of libtool that most likely will also appear when building on Linux. However, since I have not tested this yet, this patch only disables it for mingw32. The only downside from this patch is that building a non-clean build will take (slightly?) longer since we are no longer just updating (that's what the 'u' is for) changed libraries during the linking stage, but linking all .a files again.
2019-05-24CONFIGURE: Update for modern MinGWEugene Sandulenko
2019-05-22CONFIGURE: Add Switch to platforms where debug is off by defaultrsn8887
2019-05-18BUILD: Fix converting the documentation outside the source directoryCameron Cawley
2019-05-12Switch: fix version, remove redundant settings and unneeded definesrsn8887
2019-05-12Switch: fix build, add build instructions, avoid using delete()rsn8887
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2019-05-11ANDROID: Fix building armv5te binaries with NDK r14bBastien Bouclet
The mthumb linker flag was causing the libstdc++ library not to be found.
2019-05-11ANDROID: Add support for building arm64 binariesBastien Bouclet
2019-05-11ANDROID: Stop forcibly disabling MT-32 emulatorColin Snover
2019-05-11BUILD: Remove bad & outdated flags from Android buildsColin Snover
Most of these flags don't work with modern Android NDKs. The ones that may, like setting sysroot and include directories, don't work properly with standalone toolchains. Users compiling for Android should make sure that they properly set up include paths in their environment CXXFLAGS/LDFLAGS as needed for the compiler to run, instead of relying on configure to do it, since configure can't do it in a toolchain-agnostic manner.
2019-05-11BUILD: Pass LDFLAGS on the command line for the endianness testBastien Bouclet
2019-05-11BUILD: Link the test executable for the endianness checkBastien Bouclet
Fixes the test with LTO enabled.
2019-05-02CONFIGURE: Fix missing optionDan Church
--disable-updates was omitted from the supported options during the reformat.
2019-04-30Fix typo in commentHubert Maier
2019-04-28CONFIGURE: Formatting fixesLothar Serra Mari
2019-04-26CONFIGURE: Fix pandoc checkThierry Crozat
2019-04-21CONFIGURE: Generate html README and NEWS by default on macOSThierry Crozat
There was already a configure option to specify a output format other than plain text, but this had to be specified explicitely when executing configure. Now the ports can define a default other than plain text. On macOS now by default pandoc generate html output. It could in theory also generate rtf, but those are not properly displayed by TextEdit, and in addition TextEdit cannot handle link internal to the document (such as for the TOC). But if we are fine with no link for the TOC, we could pipe the pandoc html output with textutil to generate the RTF documents. Also this change allows to have an extension for the pandoc output files. By default this is empty for plain text (as before) and the same as the format otherwise (for example .rtf or .html).
2019-04-18RISCOS: Support creating a StrongHelp manualCameron Cawley
2019-04-15WINCE: Fix compilationCameron Cawley
2019-04-13BUILD: On PSP use -O2 to fix compiling with new toolchainrsn8887
-O2 works, but the updated psp compiler doesn't compile with -O3. It gives the error ``` graphics/macgui/macwindowmanager.cpp: In member function 'void Graphics::MacWindowManager::passPalette(const byte*, uint)': graphics/macgui/macwindowmanager.cpp:517:1: error: unrecognizable insn: } ^ (insn 139 138 140 23 (set (reg:SI 294) (if_then_else:SI (ne:CC (reg:CC 67 $fcc0) (const_int 0 [0])) (reg/v:SI 256 [ di ]) (reg/v:SI 229 [ di ]))) -1 (nil)) graphics/macgui/macwindowmanager.cpp:517:1: internal compiler error: in extract_insn, at recog.c:2202 ```
2019-04-13BUILD: Fix PSP compilation tests for updated buildbot toolchainrsn8887
2019-04-09CONFIGURE: Override pkg-config on RISC OSCameron Cawley
2019-04-09CONFIGURE: allow pkg-config overridecpasjuste
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-04-01CONFIGURE: Improve detection of SDL and SDL_netCameron Cawley
2019-02-24CONFIGURE: Append pkg-config cflags to CXXFLAGSCameron Cawley
CPPFLAGS should only contain options that are used by the preprocessor, however pkg-config may return C/C++ specific options which are unrecognised by windres.
2019-02-21WIN32: Fix building outside the source directoryCameron Cawley
2019-02-21BUILD: Improve rules for compiling Windows resource scriptsCameron Cawley
2018-12-29BUILD: Don't print the pandoc variable if not running a checkMatan Bareket
2018-12-25BUILD: Update pandoc options to support different formats/filenamesMatan Bareket
2018-12-25BUILD: Copy README.md instead of READMEMatan Bareket
2018-12-25BUILD: Add pandoc check in configureMatan Bareket
2018-12-16BACKENDS: Add base support for system dialogsSupSuper
2018-12-06BUILD: Re-introduce hardcoded libz and MAD on DreacmastMarcus Comstedt
The attempts at making a more accurate auto-detection have been postponed, so put the hardcoded enablers back for now.
2018-12-06BUILD: Revert f4fe15fd4d and a85be202deMarcus Comstedt
More work is needed to make this function correctly with SDL on MinGW. Reverting for now.
2018-12-05BUILD: Also add $LIBS in cc_check()Marcus Comstedt
This should hopefully fix the problems caused by -Dmain=SDL_main in the MinGW build.
2018-12-04BUILD: Add $DEFINES and $INCLUDES in cc_check()Marcus Comstedt
When actually compiling things Makefile.common adds these variables to the command line, so they should be there when testing if something can be compiled as well, otherwise we could get both false negatives and positives. This fixes detection of zlib and MAD on Dreamcast, when installed in $RONINDIR.
2018-11-26IOS7: Enable Building Scalers By DefaultD G Turner
This override prevented the previous IOS7 commit to enable software scalers on 2018-11-21 having any effect.
2018-11-213DS: Fix compilation of the test runnerCameron Cawley