preferred-versions-opie*.inc contain a mechanism for selecting between
qte or qte-mt packages. Follow that way to correctly select
task-sdk-opie dependency.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
LICENSE = "MIT"
ALLOW_EMPTY = "1"
+PALMTOP_USE_MULTITHREADED_QT ?= "yes"
+
PACKAGES = "task-sdk-opie"
RDEPENDS_task-sdk-opie = "\
libopiepim2 \
libopieui2 \
libqpe-opie \
- qte \
+ ${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte", d)} \
libqtaux2 \
libmailwrapper"