aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2013-07-16CONFIGURE: Use -Wno-long-long when we use -pedantic.Alyssa Milburn
2013-07-15CONFIGURE: Added more 64bit integers to probingEugene Sandulenko
2013-07-11DC: Amend tests on serial disable/enable blocks.D G Turner
These now restore the original release build logic to ensure that we don't have issues with releases. Missing something here as _debug_build doesn't seem to work as I expected...
2013-07-10DC: Only enable serial debug output when --enable-debug is passed.D G Turner
After this change, release builds will still have serial debug disabled, but debug builds will now not provide this unless --enable-debug is passed explicitly. This could have been another option or environment variable, but other embedded ports do similar things with _debug_build and this looks like the cleanest way to deal with this.
2013-07-09BUILD: Disable data path in mingw builds, since it was using a hard coded ↵Kirben
path. All external data files are stored in the Windows executable file anyway.
2013-07-06CONFIGURE: Add missing help messages for newer feature options..D G Turner
2013-07-05Merge pull request #343 from clone2727/mpeg2-aviclone2727
Add back support for sword1/2 MPEG-2 cutscenes
2013-07-05CONFIGURE: Don't allow the keymapper and the event recorder to be enabled ↵Filippos Karapetis
simultaneously
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
GSoC2012: Event Recorder (reworked)
2013-07-04CONFIGURE: Remove superflous (and broken) command for eventrec.Johannes Schickel
2013-07-04CONFIGURE: Remove POSIXisms in configure.Johannes Schickel
This allows configure to work fine on Solaris 10 again. This fixes bug #3614513 "A few posixisms have crept into configure (w/ patch)". Thanks to lblume for his patch.
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-07-01CONFIGURE: Make the libmpeg2 properly require 0.4.0Matthew Hoops
2013-06-19CONFIGURE: Add libmpeg2 as an optional dependency againMatthew Hoops
2013-06-06BUILD: GNU Hurd & kFreeBSD supportDmitry Smirnov
From: Petr Salinger <Petr.Salinger@seznam.cz> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711320 Bug-ScummVM: https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3614268&group_id=37116
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-12CONFIGURE: Fix 16bit test for DreamcastMarcus Comstedt
The Dreamcast backend is called "dc", not "dreamcast".
2013-04-18CONFIGURE: Do not pass LDFLAGS to compiler when -c is specifiedMax Horn
This fixes compatibility issues with clang when using -enable-Werror: clang generates a warning when being passed both "-c" and linker-only flags like "-L" or "-l". Combined with -Werror, this causes a spurious configure failure.
2013-04-17CONFIGURE: Fix OpenGL test broken in previous commit.digitall
2013-04-17CONFIGURE: Add workaround for MinGW Win32 antivirus false positive on build.digitall
This is triggered by the scummvm-conf.exe binary produced from the OpenGL test. It is detected by a generic signature in AVG, Malware-bytes and several other antivirus programs, so not easy to get this fixed. This workaround avoids this by adding some redundant output code to the binary which changes it enough to avoid the signature.
2013-02-07Merge pull request #304 from lordhoto/configure-no-release-defaultJohannes Schickel
CONFIGURE: Never enable release_build by default.
2013-02-01CONFIGURE: Fix build under et_EE localehasufell
Freetype-config reports a broken include dir when et_EE locale is used. We set LC_ALL and LANGUAGE to "C" explicitly like autoconf does to force consistent behavior.
2013-01-31CONFIGURE: Use -O3 for OpenPandora when optimizations are requested.Johannes Schickel
Formerly -O3 was only used for release builds.
2013-01-26CONFIGURE: Never enable release_build by default.Johannes Schickel
This changes the default for Caanoo, GP2x, GP2xWiz, OpenPandora and PS2. For those now we only disable debug symbols and enable optimizations by default.
2013-01-09CONFIGURE: Add option to build as C++11.Johannes Schickel
2013-01-09CONFIGURE: Allow amd64 as alias for x86_64.Johannes Schickel
Patch from #3599990 "CONFIGURE: Equate amd64 with x86_64".
2012-11-16CONFIGURE: Use correct prefixed binaries for AmigaOS cross-compile.D G Turner
2012-11-14CONFIGURE: Force static build when crosscompiling for AmigaOS.D G Turner
2012-10-22CONFIGURE: Use -fPIC instead of -fpic on Linux and FreeBSD.Johannes Schickel
This allows compilation of plugins on PowerPC. This is done similar to what was proposed in patch #3575572 "Fails to build on Linux PowerPC when using plugins". I chose to use -fPIC unconditionally, since it will only make a difference on platforms, which will require -fPIC, like PowerPC. On amd64 for example gcc produces the same code.
2012-10-21CONFIGURE: Clean up OpenPandora flags and add define for ↵David-John Willis
USE_ARM_NEON_ASPECT_CORRECTOR
2012-09-24CONFIGURE: Fix subengine status outputWillem Jan Palenstijn
We were reporting subengine status before checking its dependencies.
2012-09-13CONFIGURE: Update add_engine commentWillem Jan Palenstijn
2012-09-11CONFIGURE: Clarify all-games status output checksWillem Jan Palenstijn
2012-09-11CONFIGURE: Clean up subengine string generationWillem Jan Palenstijn
2012-09-11CONFIGURE: Move engine base support strings to configure.enginesWillem Jan Palenstijn
2012-09-11CONFIGURE: Add base engine descriptions to more enginesWillem Jan Palenstijn
Only SCUMM and SAGA had such a description previously.
2012-09-11CONFIGURE: Automatically enable parent engine if subengine is enabledWillem Jan Palenstijn
2012-09-11CONFIGURE: Clean up all-games testWillem Jan Palenstijn
2012-09-11CONFIGURE: Fix more unintentional globbingWillem Jan Palenstijn
2012-09-11CONFIGURE: Prevent [] in subengine list from triggering globbingWillem Jan Palenstijn
2012-09-11CONFIGURE: Do dependency checking for all enabled enginesWillem Jan Palenstijn
Engines with manually specified dynamic/static were skipped previously.
2012-09-09CONFIGURE: behaviour -> behavior.Johannes Schickel
Done to trigger a full rebuild on buildbot.
2012-09-04CONFIGURE: Update documentation for add_engine.Johannes Schickel
2012-09-04CONFIGURE: Add initial virtual feature support.Johannes Schickel
This is used to support features as dependencies, which can be supplied by multiple sources, like it is the case for Vorbis support.
2012-08-31CONFIGURE: Use new engine dependency mechanism for sword25/zlibWillem Jan Palenstijn
2012-08-31CONFIGURE: Allow dependency checks for engines.Johannes Schickel
Also adds PNG as a dependency for sword25 and removes the hardcoded check for it.
2012-08-31SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during Indy 4 ↵Bertrand Augereau
intro on OpenPandora, iPhone and probably others. (The appearing logo is distorted)
2012-08-21PS3: Force use of freetype from ps3toolchainBastien Bouclet
2012-08-21Revert "CONFIGURE: Don't disable the sword25 engine when libpng is not found"Johannes Schickel
This reverts commit 7543c3ba5fcc914a4031fc8328aacd3d28c7055d. We depend on libpng for PNG decoding again, thus disable sword25 when libpng is not available.