Externals - libsdl compiling, may not work
[tpg/acess2.git] / Externals / sdl12 / patches / configure.in.patch
index 3507a9c..df2154d 100644 (file)
  dnl Detect the canonical build and host environments
  AC_CONFIG_AUX_DIR([build-scripts])
  dnl AC_CANONICAL_HOST
-@@ -2831,6 +2972,17 @@
+@@ -2831,6 +2972,16 @@
          # The RISC OS platform requires special setup.
          EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ljpeg -ltiff -lpng -lz"
          ;;
 +        if test x$enable_video = xyes; then
 +            AC_DEFINE(SDL_VIDEO_DRIVER_ACESS)
 +            SOURCES="$SOURCES $srcdir/src/video/acess/*.c"
-+            SOURCES="$SOURCES $srcdir/src/video/acess/*.S"
 +            have_video=yes
 +        fi
 +       # TODO: Joystick

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