packages/qwt:
authorHolger Freyther <zecke@selfish.org>
Sat, 1 Apr 2006 22:02:25 +0000 (22:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Apr 2006 22:02:25 +0000 (22:02 +0000)
We need a better selection handling. This version of QWT
is meant to be used by QtE2.
We need to define -DQWS for QtE builds otherwise we will
have references to symbols found in the x11 edition

packages/qwt/qwt_4.2.0rc1.bb

index 3b93c4c..efae344 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz \
 
 inherit qmake
 
-EXTRA_QMAKEVARS_POST = "CONFIG-=thread"
+EXTRA_QMAKEVARS_POST = "CONFIG-=thread DEFINES+=QWS"
 
 do_stage() {
        oe_libinstall -so -C lib libqwt ${STAGING_LIBDIR}