From: Chris Larson Date: Fri, 2 Jul 2004 23:17:39 +0000 (+0000) Subject: Add -lqpe to vectoroids link line. X-Git-Tag: Release-2010-05/1~18409 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab642621166e3c606ecd49085d4bc96222dc005c;p=openembedded.git Add -lqpe to vectoroids link line. BKrev: 40e5ed13EdaeaQlCnpuIpJrSf1aojQ --- diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index ef51d3953d..4efd6dc095 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -10,7 +10,7 @@ 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+=-lSDLmain LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte" + LIBS+=-lSDLmain LIBS+=-lSDL_image LIBS+=-lpthread LIBS+=-lqpe CONFIG+=qte" do_configure_prepend() { qmake -project vectoroids.pro