diff options
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-demos_git.bb')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index 74dc2ad679..c94e768b52 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -5,23 +5,23 @@ DEPENDS = "zlib" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ |
6 | file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" | 6 | file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" |
7 | 7 | ||
8 | SRCREV_glm = "01f9ab5b6d21e5062ac0f6e0f205c7fa2ca9d769" | 8 | SRCREV_glm = "1ad55c5016339b83b7eec98c31007e0aee57d2bf" |
9 | SRCREV_gli = "8e43030b3e12bb58a4663d85adc5c752f89099c0" | 9 | SRCREV_gli = "7da5f50931225e9819a26d5cb323c5f42da50bcd" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ | 11 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ |
12 | git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm \ | 12 | git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm \ |
13 | git://github.com/g-truc/gli;destsuffix=git/external/gli;name=gli \ | 13 | git://github.com/g-truc/gli;destsuffix=git/external/gli;name=gli \ |
14 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ | 14 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ |
15 | " | 15 | " |
16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
17 | SRCREV = "ae0b59c6e2e8630a2ae26f4a0b7a72cbe7547948" | 17 | SRCREV = "6d63dc32c320a49be0a56c365151c8f2f176bc59" |
18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | REQUIRED_DISTRO_FEATURES = 'vulkan' | 21 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
22 | 22 | ||
23 | inherit cmake features_check | 23 | inherit cmake features_check |
24 | DEPENDS = "vulkan-loader assimp" | 24 | DEPENDS = "vulkan-loader assimp wayland-protocols wayland-native" |
25 | 25 | ||
26 | do_install_append () { | 26 | do_install_append () { |
27 | # Remove assets that have uncertain licenses | 27 | # Remove assets that have uncertain licenses |