unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-clutter, clutter-devel: bf13c6b fix g-wrap version dependency
@ 2015-02-13 19:04 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2015-02-13 19:04 UTC (permalink / raw)
  To: guile-devel


[-- Attachment #1.1: Type: text/plain, Size: 187 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-fix-g-wrap-version-dependency.patch --]
[-- Type: text/x-patch, Size: 784 bytes --]

From bf13c6b3a32dea557cbad931f57949bd1e0265d2 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-13 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13 19:04 guile-clutter, clutter-devel: bf13c6b fix g-wrap version dependency David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).