diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-09 10:03:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-10 09:56:22 +0100 |
commit | 7a9702bdf1f0c2d47976802f352303b35c5d60fc (patch) | |
tree | 663a60568e225b0826ca820ce90a319be546c2aa /meta | |
parent | 79c3a7f68ec6540da23efbde90717985ca2a6f55 (diff) | |
download | poky-7a9702bdf1f0c2d47976802f352303b35c5d60fc.tar.gz |
vulkan-demos: depend on vulkan-loader
Depend on vulkan-loader component of the now split-up vulkan.
(From OE-Core rev: 64ee4af8c057dea47cdedf2ae6d1b8f62ecdbc7e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index bf30c980c0..d2041d7d4c 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
21 | REQUIRED_DISTRO_FEATURES = 'vulkan' | 21 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
22 | 22 | ||
23 | inherit cmake distro_features_check | 23 | inherit cmake distro_features_check |
24 | DEPENDS = "vulkan assimp" | 24 | DEPENDS = "vulkan-loader assimp" |
25 | 25 | ||
26 | do_install_append () { | 26 | do_install_append () { |
27 | # Remove assets that have uncertain licenses | 27 | # Remove assets that have uncertain licenses |