mmal: Avoid building mmal components and add rules for mmal_vc_diag

This commit is contained in:
Dom Cobley
2013-11-17 13:04:13 +00:00
parent 01d2f93fa6
commit bf389223da
3 changed files with 6 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project(vmcs_host_apps)
set(BUILD_MMAL TRUE)
set(BUILD_MMAL_COMPONENTS FALSE)
if (ALL_APPS)
set(BUILD_MMAL_APPS TRUE)
else()
@@ -105,10 +106,6 @@ endif()
# add linux apps
add_subdirectory(host_applications/linux)
# Debug sym for mmal-vc-diag and vcdbg
#add_subdirectory(host_applications/linux/libs/debug_sym)
set(vmcs_host_apps_VERSION_MAJOR 1)
set(vmcs_host_apps_VERSION_MINOR 0)