~dandrader/unity8/removeApplicationStage

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Date: 2016-07-14 07:09:00 UTC
  • mfrom: (2525.1.5 mirSurfaceInputBounds)
  • Revision ID: ci-train-bot@canonical.com-20160714070900-8wpqiln9hnk2q05i
Make use of MirSurface::inputBounds and drop UbuntuKeyboardInfo hack

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
find_package(Qt5Concurrent 5.4 REQUIRED)
58
58
find_package(Qt5Sql 5.4 REQUIRED)
59
59
 
60
 
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=18)
 
60
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=19)
61
61
pkg_check_modules(GEONAMES REQUIRED geonames>=0.2)
62
62
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
63
63
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)