mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
[configure] Require dbus 1.2.14
dbus_message_set_serial requires dbus 1.2.14, make the dependency explicit instead of failing to compile a test.
This commit is contained in:
parent
2d4e48b73c
commit
dbe68f7c83
@ -3556,8 +3556,9 @@ fi
|
|||||||
|
|
||||||
# Check for libdbus1 - Optional - is only used in the GDBus test cases
|
# Check for libdbus1 - Optional - is only used in the GDBus test cases
|
||||||
#
|
#
|
||||||
|
# 1.2.14 required for dbus_message_set_serial
|
||||||
PKG_CHECK_MODULES(DBUS1,
|
PKG_CHECK_MODULES(DBUS1,
|
||||||
dbus-1,
|
dbus-1 >= 1.2.14,
|
||||||
[AC_DEFINE(HAVE_DBUS1, 1, [Define if dbus-1 is available]) have_dbus1=yes],
|
[AC_DEFINE(HAVE_DBUS1, 1, [Define if dbus-1 is available]) have_dbus1=yes],
|
||||||
have_dbus1=no)
|
have_dbus1=no)
|
||||||
AC_SUBST(DBUS1_CFLAGS)
|
AC_SUBST(DBUS1_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user