[Tumbler PATCH 1/2] Version fix for libopenraw-gnome

Viktor Semykin thesame.ml at gmail.com
Mon Mar 27 00:58:28 CEST 2017


The actual version of libopenraw-gnome pkg is 0.1 not 1.0

Signed-off-by: Viktor Semykin <thesame.ml at gmail.com>
---
 acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 66e79d1..f713cff 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -233,7 +233,7 @@ if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
   PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
   [
     dnl Check for libopenraw
-    PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-1.0 >= 0.0.4], [], [ac_tumbler_raw_thumbnailer=no])
+    PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-0.1 >= 0.0.4], [], [ac_tumbler_raw_thumbnailer=no])
   ], [ac_tumbler_raw_thumbnailer=no])
 fi
 
-- 
2.11.1



More information about the Xfce4-dev mailing list