add gerrit release file
[profile/ivi/audiomanager.git] / packaging / 0005-remove-async-plugin-from-build.patch
1 From 15d3aef5abd037611dfa8d8cf7449c61579c77aa Mon Sep 17 00:00:00 2001
2 From: Jaska Uimonen <jaska.uimonen@helsinki.fi>
3 Date: Fri, 8 Jun 2012 22:27:17 +0300
4 Subject: [PATCH 5/8] remove async plugin from build
5
6 ---
7  CMakeLists.txt |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index f06c238..2104fec 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -155,7 +155,7 @@ endif(WITH_PLUGIN_COMMAND)
15  
16  if(WITH_PLUGIN_ROUTING)
17         add_subdirectory (PluginRoutingInterfaceDbus)
18 -       add_subdirectory (PluginRoutingInterfaceAsync)
19 +#      add_subdirectory (PluginRoutingInterfaceAsync)
20  endif(WITH_PLUGIN_ROUTING)
21  
22  if(WITH_PLUGIN_CONTROL)
23 -- 
24 1.7.7.6
25