Some Raspberry Pi build fixes (including Raspberry Pi 2 support).
Fixes Bugzilla #2879. --HG-- extra : rebase_source : b9b8a69e971e5bf910c0dc592b5d9bf3c15e13ca
This commit is contained in:
parent
beb96e3199
commit
64accce776
3 changed files with 7 additions and 0 deletions
|
@ -2837,7 +2837,9 @@ case "$host" in
|
|||
|
||||
if test x$enable_video = xyes; then
|
||||
SOURCES="$SOURCES $srcdir/src/video/raspberry/*.c"
|
||||
# FIXME: confdefs? Not AC_DEFINE?
|
||||
$as_echo "#define SDL_VIDEO_DRIVER_RPI 1" >>confdefs.h
|
||||
SUMMARY_video="${SUMMARY_video} rpi"
|
||||
fi
|
||||
;;
|
||||
*-*-androideabi*)
|
||||
|
@ -2851,6 +2853,7 @@ case "$host" in
|
|||
|
||||
if test x$enable_video = xyes; then
|
||||
SOURCES="$SOURCES $srcdir/src/core/android/*.c $srcdir/src/video/android/*.c"
|
||||
# FIXME: confdefs? Not AC_DEFINE?
|
||||
$as_echo "#define SDL_VIDEO_DRIVER_ANDROID 1" >>confdefs.h
|
||||
SUMMARY_video="${SUMMARY_video} android"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue