summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-06-25 17:51:02 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-06-25 17:51:22 +0100
commit84e79f1771326e5125cf11eca1bfb44d5cf74e38 (patch)
treee198f4c641397c7cc47febdc188e14e4d80a1fc6
parent3549e745a8f0de3977b83c60e9b447afaf55d8a0 (diff)
configure: lower GLib requirement to 2.32
We don't actually require 2.34, and 2.32 is what the other modules currently require.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac2ec28..082e3d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required
-AG_GST_GLIB_CHECK([2.34])
+AG_GST_GLIB_CHECK([2.32])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)