~michael-sheldon/content-hub/qdoc-fix

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-12-09 09:58:31 UTC
  • mfrom: (68.1.3 ual2)
  • Revision ID: tarmac-20131209095831-gqyt84ltgrixtv1e
Upgrading to libupstart-app-launch v2.

Approved by PS Jenkins bot, Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
find_package(PkgConfig REQUIRED)
60
60
pkg_check_modules(GLIB REQUIRED glib-2.0)
61
61
pkg_check_modules(GIO REQUIRED gio-unix-2.0)
62
 
pkg_check_modules(UPSTART_LAUNCH REQUIRED upstart-app-launch-1)
 
62
pkg_check_modules(UPSTART_LAUNCH REQUIRED upstart-app-launch-2)
63
63
pkg_check_modules(GSETTINGS REQUIRED gsettings-qt)
64
64
pkg_check_modules(NIH REQUIRED libnih)
65
65
pkg_check_modules(NIH_DBUS REQUIRED libnih-dbus)