unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-clutter, clutter-devel: bf13c6b fix g-wrap version dependency
Date: Fri, 13 Feb 2015 17:04:24 -0200	[thread overview]
Message-ID: <20150213170424.6a3fd190@capac> (raw)


[-- 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 --]

                 reply	other threads:[~2015-02-13 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150213170424.6a3fd190@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).