~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/client/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
)
51
51
endif()
52
52
 
53
 
if( MIR_PLATFORM STREQUAL "gbm")
 
53
if( MIR_PLATFORM STREQUAL "mesa")
54
54
set(
55
55
  CLIENT_SOURCES
56
56
 
57
 
  gbm/gbm_client_platform.cpp
58
 
  gbm/gbm_client_buffer_factory.cpp
59
 
  gbm/gbm_client_buffer.cpp
60
 
  gbm/mesa_native_display_container.cpp
61
 
  gbm/gbm_native_surface.cpp
 
57
  mesa/client_platform.cpp
 
58
  mesa/client_buffer_factory.cpp
 
59
  mesa/client_buffer.cpp
 
60
  mesa/mesa_native_display_container.cpp
 
61
  mesa/native_surface.cpp
62
62
  ${CLIENT_SOURCES}
63
63
)
64
64
endif()
92
92
  mirprotobuf
93
93
  mirsharedinput
94
94
  mirsharedlogging
 
95
  mirsharedenv
95
96
  mirclientrpc
96
97
  mirclientlttngstatic
97
98