diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 10:19:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 10:19:32 +0000 |
commit | 7bfdcfa25e0d78d2bd4e09b933441bad09a729f0 (patch) | |
tree | 20185a8e45902ebb8dfb8e5be7082ba0178f9740 /gemdropx | |
parent | 66da901ca783a5bf2972e6a760d1dfe0992c27c0 (diff) |
fix linking of qpe-sdl apps by defining CONFIG+=qt and LIBS+=-lqpe in palmtop.oeclass
BKrev: 417cd334TIfnD_KeJDWvabdMprnW0g
Diffstat (limited to 'gemdropx')
-rw-r--r-- | gemdropx/gemdropx_0.9.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gemdropx/gemdropx_0.9.oe b/gemdropx/gemdropx_0.9.oe index ef572c850d..3b2dbadf83 100644 --- a/gemdropx/gemdropx_0.9.oe +++ b/gemdropx/gemdropx_0.9.oe @@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" HOMEPAGE = "http://www.newbreedsoftware.com/gemdropx/" DEPENDS = "virtual/libqpe libsdl-qpe" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/src/gemdropx-${PV}.tar.gz \ file://directories.patch;patch=1 \ @@ -14,7 +14,7 @@ SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/src/gemdropx-${PV}. 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" do_configure_prepend() { qmake -project -o gemdropx.pro |