diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index cf6d1cf3..0d6cd8f4 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -23,6 +23,9 @@ DEPENDS += " \ | |||
23 | # xscreensaver isn't covered in qtbase DEPENDS | 23 | # xscreensaver isn't covered in qtbase DEPENDS |
24 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}" | 24 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}" |
25 | 25 | ||
26 | DEPENDS += "yasm-native" | ||
27 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm" | ||
28 | |||
26 | COMPATIBLE_MACHINE = "(-)" | 29 | COMPATIBLE_MACHINE = "(-)" |
27 | COMPATIBLE_MACHINE_x86 = "(.*)" | 30 | COMPATIBLE_MACHINE_x86 = "(.*)" |
28 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 31 | COMPATIBLE_MACHINE_x86-64 = "(.*)" |