diff options
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index 98b24e37..059c2dbc 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
@@ -38,12 +38,4 @@ SRC_URI += " \ | |||
38 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ | 38 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ |
39 | " | 39 | " |
40 | 40 | ||
41 | QT_VERSION ?= "5.6.0" | ||
42 | |||
43 | do_install_append() { | ||
44 | # do install files created by qtwaylandscanner | ||
45 | install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private | ||
46 | install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/*protocol*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private | ||
47 | } | ||
48 | |||
49 | SRCREV = "bd21beea9a433a8878c0e719a7bfb8c14df47840" | 41 | SRCREV = "bd21beea9a433a8878c0e719a7bfb8c14df47840" |