From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:48 +0000 (-0600) Subject: gstreamer1.0-plugins-bad: Use compiler settings provided by IMX-GPU driver pkg-config X-Git-Tag: 2.2~132 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4b573dd70221d821b75d3253a5222daf6ec877ff;p=meta-freescale.git gstreamer1.0-plugins-bad: Use compiler settings provided by IMX-GPU driver pkg-config The IMX-GPU driver now provides compiler settings through pkg-config, so don't set them explicitly. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 7f321cc2..4743c4f9 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -2,9 +2,6 @@ # defines to be set for each platform FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -CFLAGS_append_imxgpu2d = " -DLINUX ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ - bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DWL_EGL_PLATFORM', '-DEGL_API_FB', d), d)}" - PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"