mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: bump GLib requirement to 2.18
Bump required GLib version as per the release planning docs.
This commit is contained in:
parent
a52483e59e
commit
74b83a692a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.16])
|
||||
AG_GST_GLIB_CHECK([2.18])
|
||||
|
||||
dnl liboil is required
|
||||
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.14, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
||||
|
|
Loading…
Reference in a new issue