25
edits
Line 33: | Line 33: | ||
Now we configure scummvm buildsystem so it knows what backend we want and where is our raspberry pi local sysroot living, containing the Raspberry Pi headers and libs the cross-compiler and linker will need. In this example configuration, we disable additional libs, and debug symbols since it's intended for final users. | Now we configure scummvm buildsystem so it knows what backend we want and where is our raspberry pi local sysroot living, containing the Raspberry Pi headers and libs the cross-compiler and linker will need. In this example configuration, we disable additional libs, and debug symbols since it's intended for final users. | ||
Depending on whether we want dispmanx | Depending on whether we want dispmanx support, we would pass the --enable-dispmanx parameter to the configure script. | ||
For example, we would run configure like this to build scummvm with dispmanx support enabled: | For example, we would run configure like this to build scummvm with dispmanx support enabled: | ||
edits