aliens doesn't need/use SDL (pure qpe game)
authorFrederic Bompart <frederic@unknown.openembedded.org>
Wed, 5 Oct 2005 16:19:28 +0000 (16:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Oct 2005 16:19:28 +0000 (16:19 +0000)
packages/aliens/aliens_1.0.0.bb

index 845eb5a..829aa2b 100644 (file)
@@ -1,18 +1,16 @@
-DESCRIPTION = "Classic Arcade Shooter for Qt/Embedded based palmtop environments w/ SDL."
+DESCRIPTION = "Classic Arcade Shooter for Qt/Embedded based palmtop environments"
 SECTION = "opie/games"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-DEPENDS = "virtual/libqpe libsdl-qpe libsdl-mixer libsdl-image"
-PR = "r2"
+DEPENDS = "virtual/libqpe"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.billsgames.com/unix/agenda/aliens/src/aliens_V${PV}.tar.gz"
 S = "${WORKDIR}/aliens_V${PV}"
 
 inherit palmtop
 
-EXTRA_QMAKEVARS_POST="INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte"
-
 do_compile_prepend() {
        cd images && make && cd ..
 }