mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 04:31:54 +02:00
qtwayland: remove unnecessary header install
Installation of the generated headers was fixed in qtbase v5.3.2 Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f39bc18eae
commit
0454fb083c
@@ -38,12 +38,4 @@ SRC_URI += " \
|
||||
file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \
|
||||
"
|
||||
|
||||
QT_VERSION ?= "5.5.1"
|
||||
|
||||
do_install_append() {
|
||||
# do install files created by qtwaylandscanner
|
||||
install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
|
||||
install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/*protocol*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
|
||||
}
|
||||
|
||||
SRCREV = "9d408649458a274864ae2e7c2d67b4fa3cabbfcd"
|
||||
|
||||
Reference in New Issue
Block a user