~gerboland/qtmir/desktophintenvvar

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Ken VanDine
  • Date: 2017-02-21 13:21:31 UTC
  • mfrom: (595.3.2 qtmir)
  • Revision ID: ci-train-bot@canonical.com-20170221132131-w0v04wzcuxm2tug2
Handle ubuntu-app-launch API bump to version 3

Approved by: Gerry Boland, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
pkg_check_modules(XKBCOMMON xkbcommon REQUIRED)
82
82
pkg_check_modules(GLIB glib-2.0 REQUIRED)
83
83
pkg_check_modules(PROCESS_CPP process-cpp REQUIRED)
84
 
pkg_check_modules(UBUNTU_APP_LAUNCH ubuntu-app-launch-2 REQUIRED)
 
84
pkg_check_modules(UBUNTU_APP_LAUNCH ubuntu-app-launch-3 REQUIRED)
85
85
pkg_check_modules(URL_DISPATCHER url-dispatcher-1)
86
86
pkg_check_modules(EGL egl)
87
87
pkg_check_modules(GIO gio-2.0)