All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Gix <brian.git@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: Brian Gix <brian.gix@intel.com>
Subject: [PATCH 2/2] Require GLIB v2.46
Date: Tue, 24 Jan 2017 09:11:06 -0800	[thread overview]
Message-ID: <1485277866-7071-2-git-send-email-brian.git@intel.com> (raw)
In-Reply-To: <1485277866-7071-1-git-send-email-brian.git@intel.com>

From: Brian Gix <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


  reply	other threads:[~2017-01-24 17:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 17:11 [PATCH 1/2] Add test-midi to ignore list Brian Gix
2017-01-24 17:11 ` Brian Gix [this message]
2017-01-24 18:02   ` [PATCH 2/2] Require GLIB v2.46 Szymon Janc
2017-01-24 18:05     ` Gix, Brian
2017-01-24 18:03 ` [PATCH 1/2] Add test-midi to ignore list Gix, Brian

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=1485277866-7071-2-git-send-email-brian.git@intel.com \
    --to=brian.git@intel.com \
    --cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.