~marcustomlinson/unity-scopes-shell/lp-1552082

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Pawel Stolowski
  • Date: 2015-11-30 09:23:32 UTC
  • mfrom: (278 unity-scopes-shell)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: pawel.stolowski@canonical.com-20151130092332-io500es46ww36vfc
Merged trunk

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>=1.0.1)
54
 
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=8)
 
54
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=9)
55
55
 
56
56
pkg_check_modules(GSETTINGSQT REQUIRED gsettings-qt)
57
57
pkg_check_modules(UBUNTU_LOCATION_SERVICE REQUIRED ubuntu-location-service)