Mercurial > sdl-ios-xcode
diff configure.in @ 567:969fbd4dcd4e
From: David Hedbor
Subject: Qtopia patches (input grabbing and iconify)
Ok, here's a patch that adds support for SDL_WM_GrabInput (default
state is "ungrabbed") and SDL_WM_IconifyWindow. Also has some other
tweaks such as taking additional steps to clean up when exiting
(bypassing certain bugs in some versions of Qtopia and/or OPIE) and it
also maps Key_F33 to Key_Return (this is the Zaurus 'ok' key).
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 01:08:20 +0000 |
parents | 0ce5a68278fd |
children | 04d6411da49d |
line wrap: on
line diff
--- a/configure.in Mon Jan 20 00:25:28 2003 +0000 +++ b/configure.in Mon Jan 20 01:08:20 2003 +0000 @@ -1459,8 +1459,13 @@ if test x$video_qtopia = xyes; then CFLAGS="$CFLAGS -DENABLE_QTOPIA -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -I${QPEDIR}/include -I${QTDIR}/include/ -DNO_DEBUG -fno-rtti -fno-exceptions" SDL_LIBS="$SDL_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte" + SDL_CFLAGS="$SDL_CFLAGS -DQWS" VIDEO_SUBDIRS="$VIDEO_SUBDIRS qtopia" VIDEO_DRIVERS="$VIDEO_DRIVERS qtopia/libvideo_qtopia.la" + else + AC_MSG_ERROR([ +*** Failed to find Qtopia includes. Make sure that the QTDIR and QPEDIR +*** environment variables are set correctly.]) fi AC_LANG_C fi