~ubuntu-branches/ubuntu/wily/kwin/wily-proposed

« back to all changes in this revision

Viewing changes to backends/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 23:16:37 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150810231637-5zb2tstjkez93hml
Tags: 4:5.3.95-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if(HAVE_DRM)
 
2
    add_subdirectory(drm)
 
3
endif()
 
4
add_subdirectory(fbdev)
 
5
if(HAVE_LIBHYBRIS)
 
6
    add_subdirectory(hwcomposer)
 
7
endif()
 
8
add_subdirectory(wayland)
 
9
add_subdirectory(x11)