From 790d43aae5d55d2695b7a1406f425ffca01068b2 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 12 May 2014 11:41:38 +0200 Subject: qtwayland: install created private headers buildhistory diff: Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwayland_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index ebdda824..2222f6e8 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb @@ -9,3 +9,8 @@ SRCREV = "f9ebbd6c618488f9b671f5504528ced3350754fb" SRC_URI += " \ file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ " + +do_install_append() { + # do install files created by qtwaylandscanner + install ${B}/include/QtCompositor/5.2.1/QtCompositor/private/{qwayland-server-*,*protocol*}.h ${D}${includedir}/${QT_DIR_NAME}/QtCompositor/5.2.1/QtCompositor/private +} -- cgit v1.2.3-54-g00ecf