aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivien Didelot <vdidelot@pbsc.com>2021-10-03 18:39:27 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2021-11-13 11:03:16 +0100
commitd2498e4f8393ecbdd7b59bf826dc1b2c8bce19bf (patch)
treeac7d544eb921ddc7bb9ad2c644d9355557875aa3
parent287f7d1efe78a957befd4aeabd25bf829902012a (diff)
qtwebengine: fix libvpx config name
The PACKAGECONFIG entry is libvpx, not vpx, fix this. Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 58653073..7f56a365 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -47,7 +47,7 @@ EXTRA_QMAKEVARS_PRE += "CONFIG+=force_debug_info"
# http://errors.yoctoproject.org/Errors/Details/150333/
SECURITY_STRINGFORMAT = ""
-# To use system ffmpeg you need to enable also libwebp, opus, vpx
+# To use system ffmpeg you need to enable also libwebp, opus, libvpx
# Only depenedencies available in oe-core are enabled by default
PACKAGECONFIG ??= "libevent libpng \
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"