aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2012-04-12 15:15:29 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-13 10:50:40 +0200
commit118734e096fda6c47172025969f3df4cfb0b33c3 (patch)
tree315c1ffd53f07703d70395a06a0176fac97e18ba
parent5ad3d0d042dcd3f3bf54d44144b731cd0607b2e3 (diff)
downloadmeta-openembedded-contrib-118734e096fda6c47172025969f3df4cfb0b33c3.tar.gz
qte-toolchain: add qwte support
we have QWT in meta-oe so include it in the SDK to give users the opportunity to use these widgets in their developments. Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend b/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend
new file mode 100644
index 0000000000..7ca6c592b6
--- /dev/null
+++ b/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend
@@ -0,0 +1,3 @@
+RDEPENDS_${PN} += "qwt-e-dev"
+
+PRINC = "1"