Mir

Merge lp:~afrantzis/mir/fix-1518372-client-rpc-protobuf-dependency into lp:mir

Proposed by Alexandros Frantzis
Status: Merged
Merged at revision: 3117
Proposed branch: lp:~afrantzis/mir/fix-1518372-client-rpc-protobuf-dependency
Merge into: lp:mir
Diff against target: 9 lines (+2/-0)
1 file modified
src/client/rpc/CMakeLists.txt (+2/-0)
To merge this branch: bzr merge lp:~afrantzis/mir/fix-1518372-client-rpc-protobuf-dependency
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Kevin DuBois (community) Approve
Alan Griffiths Approve
Review via email: mp+278166@code.launchpad.net

Commit message

client: Fix RPC module to build-depend on mirprotobuf

Description of the change

client: Fix RPC module to build-depend on mirprotobuf

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Right

review: Approve
Revision history for this message
Kevin DuBois (kdub) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/client/rpc/CMakeLists.txt'
2--- src/client/rpc/CMakeLists.txt 2015-07-28 14:51:08 +0000
3+++ src/client/rpc/CMakeLists.txt 2015-11-20 15:56:03 +0000
4@@ -8,3 +8,5 @@
5 mir_display_server.cpp
6 mir_display_server_debug.cpp
7 )
8+
9+add_dependencies(mirclientrpc-static mirprotobuf)

Subscribers

People subscribed via source and target branches