diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 10:03:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 10:03:28 +0000 |
commit | 66da901ca783a5bf2972e6a760d1dfe0992c27c0 (patch) | |
tree | 7bcf05f6bad46fcef40c7abd3f9769ff542ffd91 | |
parent | 279d3bf36c23e8f600df26f38589fb3b7e5a3882 (diff) |
fix brickout linking
BKrev: 417ccf70vvwpqNdGdLaXurjc_LnWtg
-rw-r--r-- | brickout/brickout_2002.06.09.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index b9229c8f26..d249834c0f 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" DEPENDS = "libsdl-qpe libsdl-mixer libsdl-image" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/brickout/src/brickout-${PV}.tar.gz \ file://directories.patch;patch=1" @@ -12,7 +12,7 @@ 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+=-lSDLmain \ - LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte TARGET=brickout DEFINES+=USE_SDL " + LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qt LIBS+=-lqpe TARGET=brickout DEFINES+=USE_SDL " do_configure_prepend() { qmake -project -o brickout.pro |