~ci-train-bot/unity8/unity8-ubuntu-zesty-2663

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Nick Dedekind
  • Date: 2017-03-15 15:22:07 UTC
  • mfrom: (2868 unity8)
  • mto: This revision was merged to the branch mainline in revision 2892.
  • Revision ID: nick.dedekind@canonical.com-20170315152207-9ts6lyu1v2pruue2
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
pkg_check_modules(LAUNCHER_API REQUIRED unity-shell-launcher=11)
78
78
pkg_check_modules(QMENUMODEL REQUIRED qmenumodel)
79
79
pkg_check_modules(GD3 REQUIRED gnome-desktop-3.0)
80
 
pkg_check_modules(UAL REQUIRED ubuntu-app-launch-2)
 
80
pkg_check_modules(UAL REQUIRED ubuntu-app-launch-3)
81
81
pkg_check_modules(UBUNTUGESTURES REQUIRED UbuntuGestures)
82
82
 
83
83
### Check UbuntuGestures private headers. No pkg-config (.pc) file is provided for them