diff options
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch b/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch index 93bcfbf851..76240610f5 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch +++ b/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0a27144d43b70121f57f6036514d069ca9d2b971 Mon Sep 17 00:00:00 2001 | 1 | From 0cbf9c9831f773e0da66209be9a6ff28d57c2321 Mon Sep 17 00:00:00 2001 |
2 | From: "Maxin B. John" <maxin.john@intel.com> | 2 | From: "Maxin B. John" <maxin.john@intel.com> |
3 | Date: Mon, 30 Jul 2018 17:23:29 +0300 | 3 | Date: Mon, 30 Jul 2018 17:23:29 +0300 |
4 | Subject: [PATCH] Don't build demos with questionably licensed data | 4 | Subject: [PATCH] Don't build demos with questionably licensed data |
@@ -33,16 +33,17 @@ Upstream-Status: Inappropriate [configuration] | |||
33 | 33 | ||
34 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | 34 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> |
35 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | 35 | Signed-off-by: Maxin B. John <maxin.john@intel.com> |
36 | |||
36 | --- | 37 | --- |
37 | examples/CMakeLists.txt | 14 -------------- | 38 | examples/CMakeLists.txt | 14 -------------- |
38 | 1 file changed, 14 deletions(-) | 39 | 1 file changed, 14 deletions(-) |
39 | 40 | ||
40 | diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt | 41 | diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt |
41 | index 8eee3a4..698d3b3 100644 | 42 | index e07918c..08b6e23 100644 |
42 | --- a/examples/CMakeLists.txt | 43 | --- a/examples/CMakeLists.txt |
43 | +++ b/examples/CMakeLists.txt | 44 | +++ b/examples/CMakeLists.txt |
44 | @@ -47,18 +47,12 @@ set(EXAMPLES | 45 | @@ -55,18 +55,12 @@ set(EXAMPLES |
45 | computeshader | 46 | conditionalrender |
46 | conservativeraster | 47 | conservativeraster |
47 | debugmarker | 48 | debugmarker |
48 | - deferred | 49 | - deferred |
@@ -57,10 +58,10 @@ index 8eee3a4..698d3b3 100644 | |||
57 | - hdr | 58 | - hdr |
58 | - imgui | 59 | - imgui |
59 | - indirectdraw | 60 | - indirectdraw |
61 | inlineuniformblocks | ||
60 | inputattachments | 62 | inputattachments |
61 | instancing | 63 | instancing |
62 | mesh | 64 | @@ -83,23 +77,16 @@ set(EXAMPLES |
63 | @@ -70,8 +64,6 @@ set(EXAMPLES | ||
64 | parallaxmapping | 65 | parallaxmapping |
65 | particlefire | 66 | particlefire |
66 | pbrbasic | 67 | pbrbasic |
@@ -69,9 +70,8 @@ index 8eee3a4..698d3b3 100644 | |||
69 | pipelines | 70 | pipelines |
70 | pipelinestatistics | 71 | pipelinestatistics |
71 | pushconstants | 72 | pushconstants |
72 | @@ -79,15 +71,10 @@ set(EXAMPLES | 73 | pushdescriptors |
73 | radialblur | 74 | radialblur |
74 | raytracing | ||
75 | renderheadless | 75 | renderheadless |
76 | - scenerendering | 76 | - scenerendering |
77 | screenshot | 77 | screenshot |
@@ -85,7 +85,7 @@ index 8eee3a4..698d3b3 100644 | |||
85 | stencilbuffer | 85 | stencilbuffer |
86 | subpasses | 86 | subpasses |
87 | terraintessellation | 87 | terraintessellation |
88 | @@ -101,7 +88,6 @@ set(EXAMPLES | 88 | @@ -113,7 +100,6 @@ set(EXAMPLES |
89 | texturesparseresidency | 89 | texturesparseresidency |
90 | triangle | 90 | triangle |
91 | viewportarray | 91 | viewportarray |
@@ -93,6 +93,3 @@ index 8eee3a4..698d3b3 100644 | |||
93 | ) | 93 | ) |
94 | 94 | ||
95 | buildExamples() | 95 | buildExamples() |
96 | -- | ||
97 | 2.4.0 | ||
98 | |||