more xopts
[k8sbuild.git] / xoptz / scummvm.xopt
blob4338db5684949f8296a3867304e23b2713ddebd1
1 profile=empty
2 no_sysconfdir=tan
3 no_localstatedir=tan
4 no_buildarch=tan
5 no_deptrack=tan
7   --enable-all-engines     enable all engines, including those which are broken or unsupported
8 #  --disable-all-engines    disable all engines
9 #  --enable-engine=<engine name>[,<engine name>...] enable engine(s) listed
10 #  --disable-engine=<engine name>[,<engine name>...] disable engine(s) listed
11 #  --enable-engine-static=<engine name>[,<engine name>...]  enable engine(s) listed as static builtin (when plugins are enabled)
12 #  --enable-engine-dynamic=<engine name>[,<engine name>...] enable engine(s) listed as dynamic plugin (when plugins are enabled)
15 #  --enable-c++11           build as C++11 if the compiler allows that
16   --disable-debug          disable building with debugging symbols
17 #  --enable-Werror          treat warnings as errors
18   --enable-release         enable building in release mode (this activates optimizations)
19 #  --enable-release-mode    enable building in release mode (without optimizations)
20 #  --enable-optimizations   enable optimizations
21 #  --enable-profiling       enable profiling
22   --enable-plugins         enable the support for dynamic plugins
23   --default-dynamic        make plugins dynamic by default
24 #  --disable-mt32emu        don't enable the integrated MT-32 emulator
25 #  --disable-16bit          don't enable 16bit color support
26 #  --disable-savegame-timestamp don't use timestamps for blank savegame descriptions
27 #  --disable-scalers        exclude scalers
28 #  --disable-hq-scalers     exclude HQ2x and HQ3x scalers
29 #  --disable-translation    don't build support for translated messages
30   --disable-taskbar        don't build support for taskbar and launcher integration
31   --enable-vkeybd          build virtual keyboard support
32   --enable-keymapper       build key mapper support
33 #  --enable-eventrecorder   enable event recording functionality
34   --disable-eventrecorder  disable event recording functionality (due to keymapper)
35 #  --enable-updates         build support for updates
36 #  --enable-text-console    use text console instead of graphical console
37 #  --enable-verbose-build   enable regular echoing of commands during build process
38 #  --disable-bink           don't build with Bink video support
41 !DESC
42 ScummVM -- adventure game engine
44 ScummVM is a program which allows you to run certain classic
45 graphical point-and-click adventure games, provided you already
46 have their data files. The clever part about this: ScummVM just
47 replaces the executables shipped with the game, allowing you to
48 play them on systems for which they were never designed!
50 http://www.scummvm.org
51 !EOF