Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
David Hedbor is no longer maintaining the Qtopia code.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 10, 2006
1 parent 44fa0dd commit aabdbfe
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 2,051 deletions.
84 changes: 0 additions & 84 deletions README.Qtopia

This file was deleted.

35 changes: 0 additions & 35 deletions configure.in
Expand Up @@ -1268,40 +1268,6 @@ AC_HELP_STRING([--enable-video-wscons], [use wscons video driver [[default=yes]]
fi
}

dnl Set up the QTopia video driver if enabled
CheckQtopia()
{
AC_ARG_ENABLE(video-qtopia,
AC_HELP_STRING([--enable-video-qtopia], [use Qtopia video driver [[default=no]]]),
, enable_video_qtopia=no)
if test x$enable_video = xyes -a x$enable_video_qtopia = xyes; then
AC_MSG_CHECKING(for Qtopia support)
video_qtopia=no
QTOPIA_FLAGS="-DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -I${QPEDIR}/include -I${QTDIR}/include/ -DNO_DEBUG -fno-rtti -fno-exceptions"
AC_LANG_CPLUSPLUS
OLD_CXX="$CXXFLAGS"
CXXFLAGS="$QTOPIA_FLAGS"
AC_TRY_COMPILE([
#include <qpe/qpeapplication.h>
],[
],[
video_qtopia=yes
])
CXXFLAGS="$OLD_CXX"
AC_MSG_RESULT($video_qtopia)
if test x$video_qtopia = xyes; then
AC_DEFINE(SDL_VIDEO_DRIVER_QTOPIA)
SOURCES="$SOURCES $srcdir/src/video/qtopia/*.cc"
SDLMAIN_SOURCES="$srcdir/src/main/qtopia/*.cc"
EXTRA_CFLAGS="$EXTRA_CFLAGS $QTOPIA_FLAGS"
SDL_CFLAGS="$SDL_CFLAGS -DQWS -Dmain=SDL_main"
SDL_LIBS="-lSDLmain $SDL_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte"
have_video=yes
fi
AC_LANG_C
fi
}

dnl Set up the Atari Bios keyboard driver
CheckAtariBiosEvent()
{
Expand Down Expand Up @@ -2045,7 +2011,6 @@ case "$host" in
CheckSVGA
CheckVGL
CheckWscons
CheckQtopia
CheckOpenGLX11
CheckInputEvents
CheckTslib
Expand Down
1 change: 0 additions & 1 deletion include/SDL_config.h.in
Expand Up @@ -266,7 +266,6 @@
#undef SDL_VIDEO_DRIVER_OS2FS
#undef SDL_VIDEO_DRIVER_PHOTON
#undef SDL_VIDEO_DRIVER_PS2GS
#undef SDL_VIDEO_DRIVER_QTOPIA
#undef SDL_VIDEO_DRIVER_RISCOS
#undef SDL_VIDEO_DRIVER_SVGALIB
#undef SDL_VIDEO_DRIVER_TOOLBOX
Expand Down
56 changes: 0 additions & 56 deletions src/main/qtopia/SDL_qtopia_main.cc

This file was deleted.

3 changes: 0 additions & 3 deletions src/video/SDL_sysvideo.h
Expand Up @@ -306,9 +306,6 @@ extern VideoBootStrap NX_bootstrap;
#if SDL_VIDEO_DRIVER_IPOD
extern VideoBootStrap iPod_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_QTOPIA
extern VideoBootStrap Qtopia_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_WSCONS
extern VideoBootStrap WSCONS_bootstrap;
#endif
Expand Down
3 changes: 0 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -55,9 +55,6 @@ static VideoBootStrap *bootstrap[] = {
#if SDL_VIDEO_DRIVER_IPOD
&iPod_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_QTOPIA
&Qtopia_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_WSCONS
&WSCONS_bootstrap,
#endif
Expand Down
68 changes: 0 additions & 68 deletions src/video/qtopia/SDL_QPEApp.cc

This file was deleted.

34 changes: 0 additions & 34 deletions src/video/qtopia/SDL_QPEApp.h

This file was deleted.

0 comments on commit aabdbfe

Please sign in to comment.