diff options
-rw-r--r-- | recipes-qt/qt5/qtwayland-native_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb index 988aa98b..b8206658 100644 --- a/recipes-qt/qt5/qtwayland-native_git.bb +++ b/recipes-qt/qt5/qtwayland-native_git.bb | |||
@@ -5,3 +5,8 @@ require ${PN}.inc | |||
5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 | 5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 |
6 | 6 | ||
7 | SRCREV = "a237778666666ab77c4e8e6b501cf0fbe7c9223e" | 7 | SRCREV = "a237778666666ab77c4e8e6b501cf0fbe7c9223e" |
8 | |||
9 | # wayland-scanner and qtwaylandscanner must be in same path to work properly | ||
10 | do_install_append() { | ||
11 | ln -sf ${D}${OE_QMAKE_PATH_QT_BINS}/qtwaylandscanner ${D}${bindir}/qtwaylandscanner | ||
12 | } | ||