summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 64ff9182..6b395a72 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -29,7 +29,7 @@ EXTRA_QMAKEVARS_CONFIGURE += "-feature-system-ninja -no-feature-system-gn"
29 29
30# To use system ffmpeg you need to enable also libwebp, opus, vpx 30# To use system ffmpeg you need to enable also libwebp, opus, vpx
31# Only depenedencies available in oe-core are enabled by default 31# Only depenedencies available in oe-core are enabled by default
32PACKAGECONFIG ??= "libwebp flac libevent libxslt speex" 32PACKAGECONFIG ??= "libwebp flac libevent libxslt speex nss"
33PACKAGECONFIG[opus] = "WEBENGINE_CONFIG+=use_system_opus,,libopus" 33PACKAGECONFIG[opus] = "WEBENGINE_CONFIG+=use_system_opus,,libopus"
34PACKAGECONFIG[icu] = "WEBENGINE_CONFIG+=use_system_icu,,icu" 34PACKAGECONFIG[icu] = "WEBENGINE_CONFIG+=use_system_icu,,icu"
35PACKAGECONFIG[ffmpeg] = "WEBENGINE_CONFIG+=use_system_ffmpeg,,libav" 35PACKAGECONFIG[ffmpeg] = "WEBENGINE_CONFIG+=use_system_ffmpeg,,libav"
@@ -39,6 +39,7 @@ PACKAGECONFIG[libevent] = "WEBENGINE_CONFIG+=use_system_libevent,,libevent"
39PACKAGECONFIG[libxslt] = "WEBENGINE_CONFIG+=use_system_libxslt,,libxslt" 39PACKAGECONFIG[libxslt] = "WEBENGINE_CONFIG+=use_system_libxslt,,libxslt"
40PACKAGECONFIG[speex] = "WEBENGINE_CONFIG+=use_system_speex,,speex" 40PACKAGECONFIG[speex] = "WEBENGINE_CONFIG+=use_system_speex,,speex"
41PACKAGECONFIG[vpx] = "WEBENGINE_CONFIG+=use_system_vpx,,libvpx" 41PACKAGECONFIG[vpx] = "WEBENGINE_CONFIG+=use_system_vpx,,libvpx"
42PACKAGECONFIG[nss] = "WEBENGINE_CONFIG+=use_nss,,nss"
42 43
43EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 44EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
44 45