~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to src/platform/graphics/mesa/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-02-04 14:49:07 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20140204144907-o3ruhix0ey26lchl
Tags: upstream-0.1.4+14.04.20140204
ImportĀ upstreamĀ versionĀ 0.1.4+14.04.20140204

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  internal_native_surface.cpp
32
32
  internal_client.cpp
33
33
  drm_close_threadsafe.cpp
34
 
  udev_wrapper.cpp
35
34
  overlapping_output_grouping.cpp
36
35
  native_platform.cpp
37
36
  anonymous_shm_file.cpp
46
45
  ${GBM_LDFLAGS} ${GBM_LIBRARIES}
47
46
  ${EGL_LDFLAGS} ${EGL_LIBRARIES}
48
47
  ${GLESv2_LDFLAGS} ${GLESv2_LIBRARIES}
49
 
  ${UDEV_LDFLAGS} ${UDEV_LIBRARIES}
50
48
)
51
49
 
52
50
install(TARGETS mirplatformgraphics LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})