Hello,

        guile-clutter
          clutter-devel:
                bf13c6b fix g-wrap version dependency

I wrote and pushed a tiny patch which fixes g-wrap's version dependency.

Happy hacking.
David
From bf13c6b3a32dea557cbad931f57949bd1e0265d2 Mon Sep 17 00:00:00 2001
From: David PIROTTE <da...@altosw.be>
Date: Fri, 13 Feb 2015 16:55:29 -0200
Subject: [PATCH] fix g-wrap version dependency

* configure.ac: guile-clutter depends on g-wrap version 1.9.14, not
  1.9.8
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 700b21d..3585258 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,7 @@ fi
 
 # Check for g-wrap
 
-PKG_CHECK_MODULES(G_WRAP, g-wrap-2.0-guile >= 1.9.8)
+PKG_CHECK_MODULES(G_WRAP, g-wrap-2.0-guile >= 1.9.14)
 AC_SUBST(G_WRAP_CFLAGS)
 AC_SUBST(G_WRAP_LIBS)
 AC_SUBST(G_WRAP_MODULE_DIR, `${PKG_CONFIG} --variable=module_directory g-wrap-2.0-guile`)
-- 
2.1.4

Attachment: pgp96qppNpcp9.pgp
Description: OpenPGP digital signature

Reply via email to