Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / Externals / sdl12 / patches / configure.patch
1 --- configure
2 +++ configure
3 @@ -30162,4 +30162,16 @@
4          # The RISC OS platform requires special setup.
5          EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ljpeg -ltiff -lpng -lz"
6          ;;
7 +    *-acess*)
8 +        ARCH=acess
9 +        # Set up files for the video library
10 +        if test x$enable_video = xyes; then
11 +            cat >>confdefs.h <<\_ACEOF
12 +#define SDL_VIDEO_DRIVER_ACESS 1
13 +_ACEOF
14 +            SOURCES="$SOURCES $srcdir/src/video/acess/*.c"
15 +            have_video=yes
16 +        fi
17 +       # TODO: Joystick
18 +        ;;
19      *)

UCC git Repository :: git.ucc.asn.au