~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Ted Gould, Alexandre Abreu, Ubuntu daily release
  • Date: 2013-12-09 09:59:43 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20131209095943-3g93c1rdd71as133
Tags: 0.0+14.04.20131209.1-0ubuntu1
[ Ken VanDine ]
* Filled in the missing docstrings for the QML bindings .
* Documentation cleanup, fixes button alignment and uses MainView in
  the QML code example.
* allow ContentPeer to be creatable in QML, this makes it more obvious
  how to deal with the list returned by knownSourcesForType.

[ Ted Gould ]
* Upgrading to libupstart-app-launch v2.

[ Alexandre Abreu ]
* fix small documentation nit

[ Ubuntu daily release ]
* Automatic snapshot from revision 69

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)