[eog-plugins] Depend on GConf for exif-display plugin



commit 9bd0b2042fbf171bce83279f9a577879eb26f5ff
Author: Felix Riemann <friemann gnome org>
Date:   Sun Sep 27 11:19:39 2009 +0200

    Depend on GConf for exif-display plugin
    
    Used the same version requirement as for eog, since it seems to work
    well. Fixes bgo#596452.

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e6c4d62..958f859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,13 +318,14 @@ if test "$?" = 1
 then
 
     PKG_CHECK_MODULES(EXIFDISPLAY,
-        [ libexif >= 0.6.16 ],
+        [ libexif >= 0.6.16,
+          gconf-2.0 >= 2.5.90 ],
         [],[have_exifdisplay=no])
     AC_SUBST(EXIFDISPLAY_LIBS)
     AC_SUBST(EXIFDISPLAY_CFLAGS)
     if test "x$have_exifdisplay" = "xno"
     then
-        undef_plugin exif-display "libexif was not found"
+        undef_plugin exif-display "libexif or gconf2 was not found"
     fi
 fi
 



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