[gnome-settings-daemon] Raise the required PackageKit version



commit 20b33a0c556a14698a76b51020275dbf5e4ea2f5
Author: Richard Hughes <richard hughsie com>
Date:   Mon Aug 20 17:34:34 2012 +0100

    Raise the required PackageKit version
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=682259

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9f45fd7..ce996aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,7 +281,7 @@ AC_ARG_ENABLE(packagekit,
        [WANT_PACKAGEKIT=yes]) dnl Default value
 
 if test x$WANT_PACKAGEKIT = xyes ; then
-       PK_REQUIRED_VERSION=0.6.12
+       PK_REQUIRED_VERSION=0.7.4
        PKG_CHECK_MODULES(PACKAGEKIT, glib-2.0 packagekit-glib2 >= $PK_REQUIRED_VERSION upower-glib >= $UPOWER_REQUIRED_VERSION gudev-1.0 libnotify >= $LIBNOTIFY_REQUIRED_VERSION,
              [have_packagekit=true
               AC_DEFINE(HAVE_PACKAGEKIT, 1, [Define if PackageKit should be used])],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]