mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-17 08:56:42 -05:00
glib-mainloop: Drop deprecated g_get_current_time() usage
This uses the year 2038-safe g_get_real_time() as recommended instead. Bumps GLib dependency to 2.28 as a result.
This commit is contained in:
parent
b546beef21
commit
c442227c6b
3 changed files with 11 additions and 14 deletions
|
|
@ -894,7 +894,7 @@ AC_ARG_ENABLE([glib2],
|
|||
AS_HELP_STRING([--disable-glib2],[Disable optional GLib 2 support]))
|
||||
|
||||
AS_IF([test "x$enable_glib2" != "xno"],
|
||||
[PKG_CHECK_MODULES(GLIB20, [ glib-2.0 >= 2.4.0 ], HAVE_GLIB20=1, HAVE_GLIB20=0)],
|
||||
[PKG_CHECK_MODULES(GLIB20, [ glib-2.0 >= 2.28.0 ], HAVE_GLIB20=1, HAVE_GLIB20=0)],
|
||||
HAVE_GLIB20=0)
|
||||
|
||||
AS_IF([test "x$enable_glib2" = "xyes" && test "x$HAVE_GLIB20" = "x0"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue