gstreamer1.0-plugins-tegra: use source build of nvcompositor

All other gstreamer plugins which we can build from source are built
from source. Do the same for gstreamer1.0-plugins-nvcompositor.

Signed-off-by: Kurt Kiefer <kurt.kiefer@arthrex.com>
This commit is contained in:
Kurt Kiefer
2022-11-01 11:57:34 -07:00
committed by Matt Madison
parent bb5cdf94b2
commit ce899dc1a0
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ do_install() {
rm -f ${D}${libdir}/gstreamer-1.0/libgstnvtee*
rm -f ${D}${libdir}/gstreamer-1.0/libgstnvdrmvideo*
rm -f ${D}${libdir}/gstreamer-1.0/libgstnvvidconv*
rm -f ${D}${libdir}/gstreamer-1.0/libgstnvcompositor*
}
FILES_SOLIBSDEV = ""

View File

@@ -3,6 +3,7 @@ LICENSE = "MIT"
PLUGINS = "\
gstreamer1.0-plugins-nvarguscamerasrc \
gstreamer1.0-plugins-nvcompositor \
gstreamer1.0-plugins-nvdrmvideosink \
gstreamer1.0-plugins-nveglgles \
gstreamer1.0-plugins-nvjpeg \