~stolowski/+junk/logintoaccount

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Pawel Stolowski
  • Date: 2015-08-10 12:02:35 UTC
  • mfrom: (226.2.12 activation-fix)
  • Revision ID: ci-train-bot@canonical.com-20150810120235-acjrnnfzqogw7t4y
Implemented special casing for activation and previews (and removed it from unity8) and respect intercept_activation flag. Fixes: #1428063

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
find_package(Boost COMPONENTS regex REQUIRED)
52
52
 
53
53
pkg_check_modules(SCOPESLIB REQUIRED libunity-scopes>=0.6.19)
54
 
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=6)
 
54
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=7)
55
55
 
56
56
pkg_check_modules(GSETTINGSQT REQUIRED gsettings-qt)
57
57
pkg_check_modules(UBUNTU_LOCATION_SERVICE REQUIRED ubuntu-location-service)