comparison 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
comparison
equal deleted inserted replaced
566:d6e7d7006062 567:969fbd4dcd4e
1457 CXXFLAGS="$OLD_CXX" 1457 CXXFLAGS="$OLD_CXX"
1458 AC_MSG_RESULT($video_qtopia) 1458 AC_MSG_RESULT($video_qtopia)
1459 if test x$video_qtopia = xyes; then 1459 if test x$video_qtopia = xyes; then
1460 CFLAGS="$CFLAGS -DENABLE_QTOPIA -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -I${QPEDIR}/include -I${QTDIR}/include/ -DNO_DEBUG -fno-rtti -fno-exceptions" 1460 CFLAGS="$CFLAGS -DENABLE_QTOPIA -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -I${QPEDIR}/include -I${QTDIR}/include/ -DNO_DEBUG -fno-rtti -fno-exceptions"
1461 SDL_LIBS="$SDL_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte" 1461 SDL_LIBS="$SDL_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte"
1462 SDL_CFLAGS="$SDL_CFLAGS -DQWS"
1462 VIDEO_SUBDIRS="$VIDEO_SUBDIRS qtopia" 1463 VIDEO_SUBDIRS="$VIDEO_SUBDIRS qtopia"
1463 VIDEO_DRIVERS="$VIDEO_DRIVERS qtopia/libvideo_qtopia.la" 1464 VIDEO_DRIVERS="$VIDEO_DRIVERS qtopia/libvideo_qtopia.la"
1465 else
1466 AC_MSG_ERROR([
1467 *** Failed to find Qtopia includes. Make sure that the QTDIR and QPEDIR
1468 *** environment variables are set correctly.])
1464 fi 1469 fi
1465 AC_LANG_C 1470 AC_LANG_C
1466 fi 1471 fi
1467 } 1472 }
1468 1473