gstreamer1.0-plugins-good: enable rpicamsrc plugin

enable the plugin when vc4graphics is not on machine features
as it needs userland.

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
This commit is contained in:
Jose Quaresma 2020-11-15 12:09:36 +00:00 committed by Andrei Gherzan
parent 0ecec6a1f9
commit 3db2e1e967

View File

@ -4,3 +4,5 @@ SRC_URI_append_rpi = " file://0001-rpicamsrc-add-vchostif-library-as-it-is-requi
EXTRA_OEMESON_remove_rpi = "-Drpicamsrc=disabled"
PACKAGECONFIG[rpi] = "-Drpicamsrc=enabled,-Drpicamsrc=disabled,userland"
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}"