mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 08:04:45 +02:00
maliit-framework-qt5: package only ${libdir}/qt5/mkspecs within ${PN}-dev
When we're building maliit with it's input context plugin enable it gets installed into
${libdir}/qt5/plugins/platforminputcontexts which couldn't be added to ${PN} cause it's
already in ${PN}-dev and the only part which should go into ${PN}-dev is
${libdir}/qt5/mksepcs and nothing else from ${libdir}/qt5.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a5de4e3856
commit
84cd4be249
@@ -43,7 +43,7 @@ FILES_${PN}-dbg += "\
|
||||
FILES_${PN}-dev += "\
|
||||
${includedir}/maliit \
|
||||
${libdir}/pkgconfig \
|
||||
${libdir}/qt5 \
|
||||
${libdir}/qt5/mkspecs \
|
||||
"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE = "\
|
||||
|
||||
Reference in New Issue
Block a user