qwt: make it work w/ qte/qte-mt
authorMichael Lauer <mickey@vanille-media.de>
Tue, 25 Apr 2006 18:18:18 +0000 (18:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Apr 2006 18:18:18 +0000 (18:18 +0000)
packages/qwt/qwt_4.2.0rc1.bb

index efae344..f2cbe7d 100644 (file)
@@ -4,14 +4,14 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 DEPENDS = "virtual/libqte2"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz \
           file://qt2-fix.patch;patch=1"
 
-inherit qmake
+inherit palmtop
 
-EXTRA_QMAKEVARS_POST = "CONFIG-=thread DEFINES+=QWS"
+EXTRA_QMAKEVARS_POST += "LIBS-=qpe"
 
 do_stage() {
        oe_libinstall -so -C lib libqwt ${STAGING_LIBDIR}
@@ -25,3 +25,5 @@ do_install() {
        cp -pPR include/* ${D}${includedir}
 }
 
+FILES_${PN} = "${libdir}"
+