[gnome-software/gnome-3-20] Depend on a specific version of fwupd



commit 78d1aab5c6b903f4c0c70eb39ad5488f4a228958
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 30 15:45:52 2016 +0100

    Depend on a specific version of fwupd
    
    It's not true any version of fwupd is good enough.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index df8aa15..6c86c62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,7 +142,7 @@ AC_ARG_ENABLE(firmware,
               enable_firmware=maybe)
 AS_IF([test "x$enable_firmware" != "xno"], [
     PKG_CHECK_MODULES(FWUPD,
-                      [fwupd],
+                      [fwupd >= 0.6.3],
                       [have_firmware=yes],
                       [have_firmware=no])
 ], [


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