diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-04-30 13:57:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-02 15:16:07 +0200 |
commit | 802b395222054f39501f1e02879d5c708b3da8d9 (patch) | |
tree | ba4c6ba17e934b4eda23f481dda0a3751c4da7e9 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 754aaadc7f0a1c98a4895899617afbaef0f1cdfa (diff) | |
download | meta-qt5-802b395222054f39501f1e02879d5c708b3da8d9.tar.gz |
replace base_contains by bb.utils.contains
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 98b4babe..427cd958 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | # qtwebengine will have additional dependencies: | 22 | # qtwebengine will have additional dependencies: |
23 | # contains(QT_CONFIG, xcb): REQUIRED_PACKAGES += libdrm xcomposite xcursor xi xrandr xscrnsaver xtst | 23 | # contains(QT_CONFIG, xcb): REQUIRED_PACKAGES += libdrm xcomposite xcursor xi xrandr xscrnsaver xtst |
24 | # xscreensaver isn't covered in qtbase DEPENDS | 24 | # xscreensaver isn't covered in qtbase DEPENDS |
25 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}" | 25 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}" |
26 | 26 | ||
27 | DEPENDS += "yasm-native" | 27 | DEPENDS += "yasm-native" |
28 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm" | 28 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm" |