gnome-power-manager r3198 - trunk
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3198 - trunk
- Date: Wed, 28 Jan 2009 09:08:54 +0000 (UTC)
Author: rhughes
Date: Wed Jan 28 09:08:54 2009
New Revision: 3198
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3198&view=rev
Log:
2009-01-28 Richard Hughes <richard hughsie com>
* configure.ac:
Add a build time check for DeviceKit.
Fixes #565867
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jan 28 09:08:54 2009
@@ -100,6 +100,7 @@
XRANDR_REQUIRED=1.2.0
POLKIT_GNOME_REQUIRED=0.8
CANBERRA_REQUIRED=0.10
+DEVKIT_REQUIRED=003
dnl ---------------------------------------------------------------------------
dnl - Make above strings available for packaging files (e.g. rpm spec files)
@@ -170,6 +171,10 @@
AC_SUBST(UNIQUE_CFLAGS)
AC_SUBST(UNIQUE_LIBS)
+PKG_CHECK_MODULES(DEVKIT, devkit >= $DEVKIT_REQUIRED)
+AC_SUBST(DEVKIT_CFLAGS)
+AC_SUBST(DEVKIT_LIBS)
+
AC_PATH_PROG(GCONFTOOL, gconftool-2)
AM_GCONF_SOURCE_2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]