diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-03-12 15:37:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-03-12 15:37:33 +0000 |
commit | 7504f0f097c3359718c8fa738f64c08935ede1db (patch) | |
tree | 0f77df3e3bbc3473f0efffb7b9f3d69613fefe7f /configure.ac | |
parent | 5d02075d9baa31d3b9932ff1abfe21e3ae1de6c4 (diff) |
configure: bump GLib requirement in line with core and other libs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2403aba..0694dac 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ dnl *** checks for headers *** dnl *** checks for dependency libraries *** dnl GLib is required -AG_GST_GLIB_CHECK([2.22]) +AG_GST_GLIB_CHECK([2.31.14]) dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) |