~unity-team/unity-system-compositor/new-gl-screen

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michael Terry
  • Date: 2014-05-06 20:06:27 UTC
  • Revision ID: michael.terry@canonical.com-20140506200627-33f9etvo2snb8c24
Make libandroid-properties optional and only build-dep on it on supported architectures

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
40
40
 
41
41
find_package(PkgConfig)
 
42
pkg_check_modules(ANDROIDPROPS libandroid-properties)
42
43
pkg_check_modules(CAIRO REQUIRED cairo)
43
44
pkg_check_modules(GLIB REQUIRED glib-2.0)
44
 
pkg_check_modules(ANDROIDPROPS REQUIRED libandroid-properties)
45
45
pkg_check_modules(MIRCLIENT REQUIRED mirclient)
46
46
pkg_check_modules(MIRSERVER REQUIRED mirserver)
47
47