mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
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:
committed by
Atomic Bot
parent
c719710907
commit
8227224c84
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user