Mercurial > sdl-ios-xcode
diff configure.in @ 4681:5378f2d0754f
Fixed some Gesture bugs
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Mon, 02 Aug 2010 00:14:53 -0400 |
parents | 62e6a6e9720b |
children | c24ba2cc9583 |
line wrap: on
line diff
--- a/configure.in Sat Jul 31 20:55:33 2010 -0700 +++ b/configure.in Mon Aug 02 00:14:53 2010 -0400 @@ -285,8 +285,6 @@ AC_DEFINE(uintptr_t, unsigned long) fi -AC_CHECK_HEADER(Linux/input.h,AC_DEFINE(HAVE_LINUX_INPUT_H)) - # Standard C sources SOURCES="$SOURCES $srcdir/src/*.c" SOURCES="$SOURCES $srcdir/src/audio/*.c" @@ -1007,6 +1005,8 @@ dnl Find the X11 include and library directories CheckX11() { + + AC_ARG_ENABLE(video-x11, AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), , enable_video_x11=yes)