aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index 3669410b..7710bdfb 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -2,3 +2,10 @@ PACKAGECONFIG_append_amd = " faad"
EXTRA_OECONF_remove_amd = " --disable-vdpau"
EXTRA_OECONF_append_amd = " --enable-vdpau"
+
+# we do not support wayland
+PACKAGECONFIG_remove_amd = "wayland"
+
+# enable build with no graphics
+PACKAGECONFIG_GL_remove_mel = "${@bb.utils.contains('COMBINED_FEATURES', 'x11', '', 'gles2 egl', d)}"
+PACKAGECONFIG_remove_mel = "${@bb.utils.contains('COMBINED_FEATURES', 'x11', '', 'egl vulkan', d)}"