diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2018-08-13 17:12:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-08-15 15:56:46 +0000 |
commit | 70b090a50468edd0dd20788d8c7828e792e0f8dc (patch) | |
tree | 0b608f1f17ef270a9da41f26c3f61a4e7e176df1 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | bb38f64f439241393703e84a408148c93f271cfd (diff) | |
download | meta-qt5-70b090a50468edd0dd20788d8c7828e792e0f8dc.tar.gz |
qtwebengine: add a package config to enable proprietary codecs
Add a package config that allow to enable proprietary codecs for h264
support.
Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 32ad875c..4a75d9b1 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -58,6 +58,7 @@ PACKAGECONFIG[protobuf] = "-feature-webengine-system-protobuf,-no-feature-webeng | |||
58 | PACKAGECONFIG[jasoncpp] = "-feature-webengine-system-jsoncpp,-no-feature-webengine-system-jsoncpp,jasoncpp" | 58 | PACKAGECONFIG[jasoncpp] = "-feature-webengine-system-jsoncpp,-no-feature-webengine-system-jsoncpp,jasoncpp" |
59 | PACKAGECONFIG[libxml2] = "-feature-webengine-system-libxml2,-no-feature-webengine-system-libxml2,libxml2" | 59 | PACKAGECONFIG[libxml2] = "-feature-webengine-system-libxml2,-no-feature-webengine-system-libxml2,libxml2" |
60 | PACKAGECONFIG[minizip] = "-feature-webengine-system-minizip,-no-feature-webengine-system-minizip,minizip" | 60 | PACKAGECONFIG[minizip] = "-feature-webengine-system-minizip,-no-feature-webengine-system-minizip,minizip" |
61 | PACKAGECONFIG[proprietary-codecs] = "-feature-webengine-proprietary-codecs,-no-feature-webengine-proprietary-codecs" | ||
61 | 62 | ||
62 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 63 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
63 | 64 | ||