Ignore glib deprecations past 2.60

We generally want to avoid using deprecated stuff as much as we
can, while still depending on an old glib version. However, the GTimeVal
deprecation in 2.62 just is impossible to work around without bumping
the requirements, so ignore newer deprecations.

Closes: #3119
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2019-09-19 16:53:58 +02:00
committed by Atomic Bot
parent c719710907
commit 8227224c84

View File

@@ -34,6 +34,8 @@ SYSTEM_BWRAP_REQS=0.2.1
SYSTEM_DBUS_PROXY_REQS=0.1.0
OSTREE_REQS=2018.9
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_60, [Ignore massive GTimeVal deprecation warnings in 2.62])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE