diff options
| author | Markus Niebel <Markus.Niebel@tq-group.com> | 2022-01-21 14:34:14 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-26 06:27:00 +0000 |
| commit | bd947d3343dcd96e79fc8157f32a2a087cd710a7 (patch) | |
| tree | 71f5998a2e321db9d478c2d9ae3dadf7eef2d30d /meta/recipes-graphics | |
| parent | 27ff420543f0195dab024698d804aca33f2ae139 (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/kmscube/kmscube_git.bb | 1 |
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" | |||
| 20 | inherit meson pkgconfig features_check | 20 | inherit meson pkgconfig features_check |
| 21 | 21 | ||
| 22 | REQUIRED_DISTRO_FEATURES = "opengl" | 22 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 23 | DEPENDS = "virtual/libgbm" | ||
| 23 | 24 | ||
| 24 | PACKAGECONFIG ??= "" | 25 | PACKAGECONFIG ??= "" |
| 25 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" | 26 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" |
