From: Michael Lauer Date: Sat, 22 May 2004 11:37:34 +0000 (+0000) Subject: fix brickout linking w/ libSDLmain.a X-Git-Tag: Release-2010-05/1~19051 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148ac8c64e0a46c71376a6aae9c2108df663adec;p=openembedded.git fix brickout linking w/ libSDLmain.a BKrev: 40af3b7enw6mO8dGdZjp_5pQqOusNw --- diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index 3513d83578..8798a02fe7 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -10,7 +10,8 @@ SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/brickout/src/brickout-$ inherit palmtop -EXTRA_QMAKEVARS_POST = " INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte TARGET=brickout DEFINES+=USE_SDL " +EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer LIBS+=-lSDLmain \ + LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte TARGET=brickout DEFINES+=USE_SDL " do_configure_prepend() { qmake -project -o brickout.pro