1 From 249f6c8b44581083dfb16ebf66bfe94f7c9fb163 Mon Sep 17 00:00:00 2001
2 From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3 Date: Fri, 24 Jul 2015 20:20:33 +0200
4 Subject: [PATCH] host-applications: disable missing applications
6 Those applications are missing from the public rpi-firmware package, so
7 do not even try to build them.
9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11 host_applications/linux/CMakeLists.txt | 2 --
12 1 file changed, 2 deletions(-)
14 diff --git a/host_applications/linux/CMakeLists.txt b/host_applications/linux/CMakeLists.txt
15 index ea4e016..4a87862 100644
16 --- a/host_applications/linux/CMakeLists.txt
17 +++ b/host_applications/linux/CMakeLists.txt
18 @@ -10,9 +10,7 @@ add_subdirectory(apps/smem)
19 add_subdirectory(libs/debug_sym)
22 - add_subdirectory(apps/vcdbg)
23 # add_subdirectory(apps/smct)
24 - add_subdirectory(apps/edid_parser)
25 add_subdirectory(apps/hello_pi)