~ubuntu-branches/ubuntu/precise/gnome-power-manager/precise-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-05 12:01:37 UTC
  • Revision ID: james.westby@ubuntu.com-20110505120137-axy6f5a49lz50yhm
Tags: 3.0.0-1ubuntu2
* debian/patches/01_git_remove_unneeded_control_center_dep.patch:
  - Add upstream patch to remove unneeded dependency on gnome-control-center
* debian/patches/12-add-appindicators.patch:
  - Rebased
* debian/control:
  - Remove Build-Dep on libgnome-control-center

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
dnl **** Check for NOTIFY ****
150
150
PKG_CHECK_MODULES(NOTIFY, libnotify >= 0.7.0)
151
151
 
152
 
dnl Required for the properties window
153
 
PKG_CHECK_MODULES(CONTROL_CENTER, [
154
 
 libgnome-control-center >= 2.31.4])
155
 
PANELS_DIR="${libdir}/control-center-1/panels"
156
 
AC_SUBST(PANELS_DIR)
157
 
 
158
152
dnl ---------------------------------------------------------------------------
159
153
dnl - Check XF86XK_Keys
160
154
dnl ---------------------------------------------------------------------------