~ubuntu-branches/ubuntu/precise/plasma-widget-message-indicator/precise

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-03-31 10:41:05 UTC
  • Revision ID: package-import@ubuntu.com-20120331104105-3reumg21e1glff2u
Tags: 0.5.8-1ubuntu1
* Bump libindicate version check to 0.7.
  - Add kubuntu_libindicate_pkgconfig.diff.
  - Build-depend on libindicate-dev >= 0.6.90.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
find_package(KDE4 4.4 REQUIRED)
7
7
include(KDE4Defaults)
8
8
find_package(PkgConfig REQUIRED)
9
 
pkg_check_modules(INDICATE REQUIRED indicate-0.6)
 
9
pkg_check_modules(INDICATE REQUIRED indicate-0.7)
10
10
pkg_check_modules(INDICATEQT REQUIRED indicate-qt>=0.2.5)
11
11
pkg_check_modules(DBUSMENUQT REQUIRED dbusmenu-qt>=0.3.0)
12
12