From 7bfdcfa25e0d78d2bd4e09b933441bad09a729f0 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 25 Oct 2004 10:19:32 +0000 Subject: fix linking of qpe-sdl apps by defining CONFIG+=qt and LIBS+=-lqpe in palmtop.oeclass BKrev: 417cd334TIfnD_KeJDWvabdMprnW0g --- brickout/brickout_2002.06.09.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brickout/brickout_2002.06.09.oe') diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index d249834c0f..aab6ba1575 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 " LICENSE = "GPL" DEPENDS = "libsdl-qpe libsdl-mixer libsdl-image" -PR = "r3" +PR = "r4" 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+=qt LIBS+=-lqpe TARGET=brickout DEFINES+=USE_SDL " + LIBS+=-lSDL_image LIBS+=-lpthread TARGET=brickout DEFINES+=USE_SDL " do_configure_prepend() { qmake -project -o brickout.pro -- cgit v1.2.3