From cbe17f03090a299cf97146de47ea218e6dbac59b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 22 May 2004 11:35:03 +0000 Subject: [PATCH] fix vectoroids build with new qmake BKrev: 40af3ae7TvLkex2GBRJrwGmOegEz1A --- vectoroids/vectoroids_1.1.0.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index 25139ff0c6..a804ae45ef 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -9,7 +9,8 @@ SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${ inherit palmtop -EXTRA_QMAKEVARS_POST = "INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte" +EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer \ + LIBS+=-lSDLmain LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte" do_configure_prepend() { qmake -project vectoroids.pro -- 2.39.5