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:
Jonathan Liu
2014-10-25 14:47:58 +11:00
committed by Martin Jansa
parent ca640377e5
commit 80496565fb

View File

@@ -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