blob: 78416e894d3ba0343385e53dd2993b9dd316f5cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require qt5-native.inc
QT_MODULE = "${BPN}"
DEPENDS = "qtbase-native wayland-native"
SRC_URI += " \
file://0001-Install-the-qtwaylandscanner-tool-to-the-native-side.patch \
"
do_configure() {
${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S}/src/qtwaylandscanner
}
do_install() {
oe_runmake install INSTALL_ROOT=${D}
}
|