summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-11-15 12:09:36 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-17 15:31:30 +0000
commit3db2e1e9672c7416f4b92a068069fcc2316bf45b (patch)
tree95297f0d2ea31748cb845545fef661c9b9c477e7 /recipes-multimedia
parent0ecec6a1f9a7eca0d58acd26f51b47898a950fde (diff)
downloadmeta-raspberrypi-3db2e1e9672c7416f4b92a068069fcc2316bf45b.tar.gz
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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend
index ca528ac..c2a1877 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend
@@ -4,3 +4,5 @@ SRC_URI_append_rpi = " file://0001-rpicamsrc-add-vchostif-library-as-it-is-requi
4 4
5EXTRA_OEMESON_remove_rpi = "-Drpicamsrc=disabled" 5EXTRA_OEMESON_remove_rpi = "-Drpicamsrc=disabled"
6PACKAGECONFIG[rpi] = "-Drpicamsrc=enabled,-Drpicamsrc=disabled,userland" 6PACKAGECONFIG[rpi] = "-Drpicamsrc=enabled,-Drpicamsrc=disabled,userland"
7
8PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}"