diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-07-26 00:26:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
commit | 447c3b735e1ec7ede4076956856242f8d8791ab7 (patch) | |
tree | 77f2093eb2c5d8959214c08d25d49e66d509837a /meta-oe/recipes-graphics/vk-gl-cts | |
parent | 9c25e51805f862aa44d41881d0978e26d1e1ec3a (diff) | |
download | meta-openembedded-447c3b735e1ec7ede4076956856242f8d8791ab7.tar.gz |
khronos-cts: add opengl to REQUIRED_DISTRO_FEATURES
* depends on virtual/libgles2, virtual/egl and in DISTROs without opengl causes:
ERROR: Nothing PROVIDES 'virtual/libgles2' (but meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb DEPENDS on or otherwise requires it)
ERROR: Nothing PROVIDES 'virtual/egl' (but meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb DEPENDS on or otherwise requires it)
ERROR: Nothing RPROVIDES 'opengl-es-cts-dev' (but meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb RDEPENDS on or otherwise requires it)
ERROR: Nothing RPROVIDES 'opengl-es-cts' (but meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb RDEPENDS on or otherwise requires it)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
-rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index bd75cdb1f..4a297c313 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
@@ -16,7 +16,9 @@ SRCREV_FORMAT = "vk-gl-cts" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit pkgconfig cmake | 19 | inherit pkgconfig cmake features_check |
20 | |||
21 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
20 | 22 | ||
21 | DEPENDS += "libpng zlib virtual/libgles2 virtual/egl" | 23 | DEPENDS += "libpng zlib virtual/libgles2 virtual/egl" |
22 | 24 | ||