From c9897bcd7e556047dfe4051f329c4525055137df Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 15 Mar 2019 17:09:56 +0100 Subject: 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 --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3