summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2022-01-21 14:34:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-26 06:27:00 +0000
commitbd947d3343dcd96e79fc8157f32a2a087cd710a7 (patch)
tree71f5998a2e321db9d478c2d9ae3dadf7eef2d30d
parent27ff420543f0195dab024698d804aca33f2ae139 (diff)
downloadpoky-bd947d3343dcd96e79fc8157f32a2a087cd710a7.tar.gz
kmscube: depend on virtual/libgbm
when using vendor supplied OpenGL stacks no virtual/libgbm may be provided. An example for this is the Vivante stack for i.MX6. To get better error message in such cases, add dependency. (From OE-Core rev: 739b3af0bf1422cdabd13ccac8fbcc60b37d2fa4) Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/kmscube/kmscube_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 54993be89e..68cbe8c9fb 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
20inherit meson pkgconfig features_check 20inherit meson pkgconfig features_check
21 21
22REQUIRED_DISTRO_FEATURES = "opengl" 22REQUIRED_DISTRO_FEATURES = "opengl"
23DEPENDS = "virtual/libgbm"
23 24
24PACKAGECONFIG ??= "" 25PACKAGECONFIG ??= ""
25PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" 26PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"