Linux bluetooth development
 help / color / mirror / Atom feed
From: Brian Gix <brian.gix@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: Brian Gix <brian.gix@intel.com>
Subject: [PATCH v2 2/2] Require GLIB v2.46
Date: Tue, 24 Jan 2017 10:29:39 -0800	[thread overview]
Message-ID: <1485282579-9172-3-git-send-email-brian.gix@intel.com> (raw)
In-Reply-To: <1485282579-9172-1-git-send-email-brian.gix@intel.com>

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 91b4955..6d8bf9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,8 +61,8 @@ AC_CHECK_LIB(dl, dlopen, dummy=yes,
 
 AC_CHECK_HEADERS(linux/types.h linux/if_alg.h)
 
-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.46, dummy=yes,
+				AC_MSG_ERROR(GLib >= 2.46 is required))
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 
-- 
1.9.1


  parent reply	other threads:[~2017-01-24 18:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 18:29 [PATCH v2 0/2] Fix email submission address Brian Gix
2017-01-24 18:29 ` [PATCH v2 1/2] Add test-midi to ignore list Brian Gix
2017-01-24 18:29 ` Brian Gix [this message]
2017-01-24 18:56   ` [PATCH v2 2/2] Require GLIB v2.46 Felipe Ferreri Tonello
2017-01-24 19:04     ` Gix, Brian
2017-01-24 19:08       ` Szymon Janc
2017-01-24 19:18         ` Gix, Brian
2017-01-24 19:25           ` 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=1485282579-9172-3-git-send-email-brian.gix@intel.com \
    --to=brian.gix@intel.com \
    --cc=linux-bluetooth@vger.kernel.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