diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-05-12 11:41:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-30 12:48:07 +0200 |
commit | 790d43aae5d55d2695b7a1406f425ffca01068b2 (patch) | |
tree | 0fc139b7a700d376b72a233b44403407f26d4ae6 | |
parent | 925fcf4ecfe5f0e8f6dd76a1cf6e4b719551e493 (diff) | |
download | meta-qt5-790d43aae5d55d2695b7a1406f425ffca01068b2.tar.gz |
qtwayland: install created private headers
buildhistory diff:
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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" | |||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ | 10 | file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ |
11 | " | 11 | " |
12 | |||
13 | do_install_append() { | ||
14 | # do install files created by qtwaylandscanner | ||
15 | install ${B}/include/QtCompositor/5.2.1/QtCompositor/private/{qwayland-server-*,*protocol*}.h ${D}${includedir}/${QT_DIR_NAME}/QtCompositor/5.2.1/QtCompositor/private | ||
16 | } | ||