summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch
diff options
context:
space:
mode:
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.patch21
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 @@
1From 0a27144d43b70121f57f6036514d069ca9d2b971 Mon Sep 17 00:00:00 2001 1From 0cbf9c9831f773e0da66209be9a6ff28d57c2321 Mon Sep 17 00:00:00 2001
2From: "Maxin B. John" <maxin.john@intel.com> 2From: "Maxin B. John" <maxin.john@intel.com>
3Date: Mon, 30 Jul 2018 17:23:29 +0300 3Date: Mon, 30 Jul 2018 17:23:29 +0300
4Subject: [PATCH] Don't build demos with questionably licensed data 4Subject: [PATCH] Don't build demos with questionably licensed data
@@ -33,16 +33,17 @@ Upstream-Status: Inappropriate [configuration]
33 33
34Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 34Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
35Signed-off-by: Maxin B. John <maxin.john@intel.com> 35Signed-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
40diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt 41diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
41index 8eee3a4..698d3b3 100644 42index 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--
972.4.0
98