mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-11 00:25:19 +02:00
qtwebengine: whitelist supported architectures
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ca640377e5
commit
80496565fb
@@ -10,6 +10,12 @@ DEPENDS += " \
|
||||
libdrm fontconfig pixman openssl pango cairo icu pciutils \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(-)"
|
||||
COMPATIBLE_MACHINE_i586 = "(.*)"
|
||||
COMPATIBLE_MACHINE_x86-64 = "(.*)"
|
||||
COMPATIBLE_MACHINE_armv6 = "(.*)"
|
||||
COMPATIBLE_MACHINE_armv7a = "(.*)"
|
||||
|
||||
inherit qmake5
|
||||
inherit gettext
|
||||
inherit pythonnative
|
||||
|
||||
Reference in New Issue
Block a user