gstreamer1.0-plugins-good: add the vpx package back to the recipe

vpx was wrongly removed when updating the recipe to version 1.14, but it's
required to build x11 images for the ccimx6ulsbc.

https://jira.digi.com/browse/DEL-6078

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-07-26 17:07:54 +02:00
parent 66e7d7cf15
commit 1e2244afcd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ SRCREV = "037e2bf9a152de410623235974c68be21948985a"
DEPENDS_append = " libdrm" DEPENDS_append = " libdrm"
EXTRA_AUTORECONF = "" EXTRA_AUTORECONF = ""
PACKAGECONFIG_append = " vpx"
# Fix: unrecognised options: --disable-sunaudio [unknown-configure-option] # Fix: unrecognised options: --disable-sunaudio [unknown-configure-option]
EXTRA_OECONF_remove = " --disable-sunaudio" EXTRA_OECONF_remove = " --disable-sunaudio"