mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
configure.ac: Require GLib 2.22
Same requirement as for GStreamer
This commit is contained in:
parent
c568efb663
commit
a29bce9985
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ dnl *** checks for headers ***
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.6])
|
||||
AG_GST_GLIB_CHECK([2.22])
|
||||
|
||||
dnl checks for gstreamer
|
||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||
|
|
Loading…
Reference in a new issue