~ubuntu-branches/ubuntu/oneiric/polkit-qt-1/oneiric

« back to all changes in this revision

Viewing changes to cmake/modules/FindPolkit.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-12-09 08:31:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209083142-afdb8t0gs3lgca3f
Tags: 0.99.0-0ubuntu1
* New upstream release:
  - Update libpolkit-qt-1-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
   # use pkg-config to get the directories and then use these values
22
22
   # in the FIND_PATH() and FIND_LIBRARY() calls
23
23
   find_package(PkgConfig)
24
 
   pkg_check_modules(PC_POLKIT REQUIRED polkit-gobject-1>=0.98)
25
 
   pkg_check_modules(PC_POLKIT_AGENT REQUIRED polkit-agent-1>=0.98)
 
24
   pkg_check_modules(PC_POLKIT REQUIRED polkit-gobject-1)
 
25
   pkg_check_modules(PC_POLKIT_AGENT REQUIRED polkit-agent-1)
26
26
   set(POLKIT_DEFINITIONS ${PC_POLKIT_CFLAGS_OTHER})
27
27
endif (NOT WIN32)
28
28