Linux bluetooth development
 help / color / mirror / Atom feed
From: Mikel Astiz <mikel.astiz.oss@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Mikel Astiz <mikel.astiz@bmw-carit.de>
Subject: [PATCH v4 1/5] build: Update glib dependency to 2.32
Date: Fri, 28 Sep 2012 18:32:21 +0200	[thread overview]
Message-ID: <1348849945-5762-2-git-send-email-mikel.astiz.oss@gmail.com> (raw)
In-Reply-To: <1348849945-5762-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 ed2d011..9f4b11f 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


  reply	other threads:[~2012-09-28 16:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28 16:32 [PATCH v4 0/5] Audio profile authorization Mikel Astiz
2012-09-28 16:32 ` Mikel Astiz [this message]
2012-09-28 16:32 ` [PATCH v4 2/5] adapter: Replace device authorizing flag Mikel Astiz
2012-09-28 16:32 ` [PATCH v4 3/5] adapter: Use authorization id for cancelling Mikel Astiz
2012-09-28 16:32 ` [PATCH v4 4/5] adapter: Queue parallel authorization requests Mikel Astiz
2012-09-28 16:32 ` [PATCH v4 5/5] audio: Drop audio-specific authorization mechanism Mikel Astiz
2012-10-01 14:30 ` [PATCH v4 0/5] 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=1348849945-5762-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