Commit 3bbbc2d2 authored by Youness Alaoui's avatar Youness Alaoui

Change glib dependency to >= 2.13 because of G_PARAM_STATIC_STRINGS

parent a8e6c798
......@@ -81,9 +81,9 @@ AC_CHECK_FUNCS([poll])
AC_SUBST(LIBRT)
PKG_CHECK_MODULES(GLIB, [dnl
glib-2.0 >= 2.10 dnl
gobject-2.0 >= 2.10 dnl
gthread-2.0 >= 2.10 dnl
glib-2.0 >= 2.13 dnl
gobject-2.0 >= 2.13 dnl
gthread-2.0 >= 2.13 dnl
])
AC_ARG_WITH(gstreamer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment