From: Michael Lauer Date: Sat, 22 May 2004 11:35:03 +0000 (+0000) Subject: fix vectoroids build with new qmake X-Git-Tag: Release-2010-05/1~19052 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe17f03090a299cf97146de47ea218e6dbac59b;p=openembedded.git fix vectoroids build with new qmake BKrev: 40af3ae7TvLkex2GBRJrwGmOegEz1A --- 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