blob: b8206658659bb7be67eb21f0ae9f6fe6ce48c021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require qt5-git.inc
require ${PN}.inc
# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
# qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1
SRCREV = "a237778666666ab77c4e8e6b501cf0fbe7c9223e"
# wayland-scanner and qtwaylandscanner must be in same path to work properly
do_install_append() {
ln -sf ${D}${OE_QMAKE_PATH_QT_BINS}/qtwaylandscanner ${D}${bindir}/qtwaylandscanner
}
|