From: Mikel Astiz <mikel.astiz.oss@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Mikel Astiz <mikel.astiz@bmw-carit.de>
Subject: [PATCH v2 1/6] build: Update glib dependency to 2.32
Date: Tue, 25 Sep 2012 16:55:41 +0200 [thread overview]
Message-ID: <1348584946-13895-2-git-send-email-mikel.astiz.oss@gmail.com> (raw)
In-Reply-To: <1348584946-13895-1-git-send-email-mikel.astiz.oss@gmail.com>
From: Mikel Astiz <mikel.astiz@bmw-carit.de>
This version of the library adds several convenient features such as
g_queue_free_full.
---
acinclude.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 39b0a18..02e28bc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -99,8 +99,8 @@ AC_DEFUN([AC_PATH_DBUS], [
])
AC_DEFUN([AC_PATH_GLIB], [
- PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28, dummy=yes,
- AC_MSG_ERROR(GLib >= 2.28 is required))
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32, dummy=yes,
+ AC_MSG_ERROR(GLib >= 2.32 is required))
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
])
--
1.7.11.4
next prev parent reply other threads:[~2012-09-25 14:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-25 14:55 [PATCH v2 0/6] Audio profile authorization Mikel Astiz
2012-09-25 14:55 ` Mikel Astiz [this message]
2012-09-25 14:55 ` [PATCH v2 2/6] audio: Fix crash on gateway close Mikel Astiz
2012-09-27 8:00 ` Luiz Augusto von Dentz
2012-09-25 14:55 ` [PATCH v2 3/6] adapter: Replace device authorizing flag Mikel Astiz
2012-09-25 14:55 ` [PATCH v2 4/6] adapter: Use authorization id for cancelling Mikel Astiz
2012-09-25 14:55 ` [PATCH v2 5/6] adapter: Queue parallel authorization requests Mikel Astiz
2012-09-25 14:55 ` [PATCH v2 6/6] audio: Drop audio-specific authorization mechanism Mikel Astiz
2012-09-27 8:00 ` [PATCH v2 0/6] Audio profile authorization Luiz Augusto von Dentz
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1348584946-13895-2-git-send-email-mikel.astiz.oss@gmail.com \
--to=mikel.astiz.oss@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=mikel.astiz@bmw-carit.de \
/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