25
edits
Line 34: | Line 34: | ||
Depending on whether we want dispmanx or GLES support, we would pass --enable-dispmanx or --enable-gles-rpi parameters to the configure script. | Depending on whether we want dispmanx or GLES support, we would pass --enable-dispmanx or --enable-gles-rpi parameters to the configure script. | ||
For example, we would run configure like this to build | For example, we would run configure like this to build scummvm with dispmanx support enabled: | ||
./configure --host=raspberrypi --with-sdl-prefix=$RPI_ROOT/usr | ./configure --host=raspberrypi --enable-dispmanx --with-sdl-prefix=$RPI_ROOT/usr --disable-debug --enable-release --enable-optimizations --disable-mt32emu --disable-flac --disable-mad --disable-vorbis --disable-tremor --disable-fluidsynth --disable-taskbar --disable-timidity --disable-alsa | ||
--disable-mad --disable-vorbis --disable-tremor | |||
--disable-fluidsynth --disable-taskbar --disable-timidity --disable-alsa | |||
== Compiling ScummVM == | == Compiling ScummVM == |
edits