summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-graphics/wayland/wayland-ivi-extension/0005-disable-EGLWLMockNavigation-example-build.patch
blob: 21028d58a363e2a55ca55e32189febc22c5daf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Disable EGLWLMockNavigation example build

The EGLWLMockNavigation example code has build issues on TI platforms.
To avoid needing to patch it just for those platforms, just disable
building it since there are no known users inside AGL.

Upstream-Status: Inappropriate [disable feature]

Signed-off-by: Scott Murray <scott.murray@konsulko.com>

diff --git a/ivi-layermanagement-examples/CMakeLists.txt b/ivi-layermanagement-examples/CMakeLists.txt
index 1eab8e9..48bdffd 100644
--- a/ivi-layermanagement-examples/CMakeLists.txt
+++ b/ivi-layermanagement-examples/CMakeLists.txt
@@ -24,7 +24,6 @@ project (ivi-layermanagement-examples)
 # cmake configuration
 #===========================================================================================================
 add_subdirectory(LayerManagerControl)
-add_subdirectory(EGLWLMockNavigation)
 add_subdirectory(EGLWLInputEventExample)
 add_subdirectory(layer-add-surfaces)
 add_subdirectory(multi-touch-viewer)