diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-06-05 15:05:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-06 19:52:26 +0100 |
commit | 27a40d6d5231a0531e30feabe63b92151dbe251b (patch) | |
tree | 244a10011395aa055e06875540414de859bfe087 /meta/recipes-graphics/kmscube | |
parent | 71a2e71f4f383b3ce929670b0dc2d6bc5089eee4 (diff) | |
download | poky-27a40d6d5231a0531e30feabe63b92151dbe251b.tar.gz |
kmscube: add opengl to REQUIRED_DISTRO_FEATURES
kmscube depends on virtual/libgles2, virtual/egl (provided
by mesa) and gstreamer1.0 which require opengl in DISTRO_FEATURES.
(From OE-Core rev: ae78eac950e209da430ca0d258656f616a2ef9d2)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/kmscube')
-rw-r--r-- | meta/recipes-graphics/kmscube/kmscube_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 0ec5b2a7fa..9050671ab1 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
@@ -11,4 +11,6 @@ SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig distro_features_check |
15 | |||
16 | REQUIRED_DISTRO_FEATURES = "opengl" | ||