summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-03-15 17:09:56 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-03-15 17:12:12 +0100
commitc9897bcd7e556047dfe4051f329c4525055137df (patch)
treeb2979c180934d5e7bad3624c9b764784462adecf
parent53d4be5b9b8f609ae713e6eea8e935a73f7f7fd6 (diff)
gstreamer1.0: Add --libdir=${libdir} to EXTRA_OECONF
On Fedora 26 gstreamer build failed previously in not finding the correct *.so files. This directive helps in finding them. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
index 050dd94..5b5e477 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
@@ -35,7 +35,7 @@ EGLVIVSINK_PLATFORM = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayla
'fb', d),d)}"
EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}"
-EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include ${PACKAGECONFIG_CONFARGS}"
+EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include ${PACKAGECONFIG_CONFARGS} --libdir=${libdir}"
EGLVIVSINK_DEPENDS = " \
virtual/egl virtual/libgles2 \