summaryrefslogtreecommitdiffstats
path: root/meta/classes/qmake2.bbclass
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-01-19 16:19:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:01 +0000
commit811a9f7a33c3cc6b51b59ef1f15d13edeb058eef (patch)
treee72e7d06594172644acb54b449e10c0f917481ba /meta/classes/qmake2.bbclass
parent9da1e13e732313684159338279f8fb2ef8406056 (diff)
downloadast2050-yocto-poky-811a9f7a33c3cc6b51b59ef1f15d13edeb058eef.zip
ast2050-yocto-poky-811a9f7a33c3cc6b51b59ef1f15d13edeb058eef.tar.gz
qt4: Enable accessibility and sm option for LSB.
LSB library checks will look for some symbols of qt4 libraries. Enable "accessibility" and "sm" in order to pass the LSB test. Signed-off-by: Jingdong Lu<jingdong.lu@windriver.com>
Diffstat (limited to 'meta/classes/qmake2.bbclass')
-rw-r--r--meta/classes/qmake2.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass
index 3772189..5eebd8e 100644
--- a/meta/classes/qmake2.bbclass
+++ b/meta/classes/qmake2.bbclass
@@ -19,5 +19,6 @@ export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt4"
export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
export OE_QMAKE_LIBS_QT = "qt"
export OE_QMAKE_LIBS_X11 = "-lXext -lX11 -lm"
+export OE_QMAKE_LIBS_X11SM = "-lSM -lICE"
export OE_QMAKE_LRELEASE = "${STAGING_BINDIR_NATIVE}/lrelease4"
export OE_QMAKE_LUPDATE = "${STAGING_BINDIR_NATIVE}/lupdate4"
OpenPOWER on IntegriCloud