mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 07:18:03 +02:00
Allow use of GLib 2.32 functionality, which we do conditionally
This commit is contained in:
parent
c052230fff
commit
540e5692e0
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ fi
|
|||
# or binaries.
|
||||
|
||||
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_26], [Ignore post-2.26 deprecations])
|
||||
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_26], [Prevent post-2.26 APIs])
|
||||
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_32], [Prevent post-2.32 APIs])
|
||||
|
||||
with_glib=yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue