diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-22 11:37:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-22 11:37:34 +0000 |
commit | 148ac8c64e0a46c71376a6aae9c2108df663adec (patch) | |
tree | 9839adfdc2e4e8187fa2f28311541e8d0fc96f89 /brickout | |
parent | cbe17f03090a299cf97146de47ea218e6dbac59b (diff) |
fix brickout linking w/ libSDLmain.a
BKrev: 40af3b7enw6mO8dGdZjp_5pQqOusNw
Diffstat (limited to 'brickout')
-rw-r--r-- | brickout/brickout_2002.06.09.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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 |