mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
bus/signal: fix compilation when only -Dembedded-tests
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
(cherry picked from commit a58d46b789)
This commit is contained in:
parent
b38a39884c
commit
c8e7818723
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ bus_match_rule_unref (BusMatchRule *rule)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS)
|
||||
#if defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) || defined(DBUS_ENABLE_EMBEDDED_TESTS)
|
||||
static dbus_bool_t
|
||||
append_key_and_escaped_value (DBusString *str, const char *token, const char *value)
|
||||
{
|
||||
|
|
@ -311,7 +311,7 @@ match_rule_to_string (BusMatchRule *rule)
|
|||
_dbus_string_free (&str);
|
||||
return NULL;
|
||||
}
|
||||
#endif /* defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) */
|
||||
#endif /* defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) || defined(DBUS_ENABLE_EMBEDDED_TESTS) */
|
||||
|
||||
dbus_bool_t
|
||||
bus_match_rule_set_message_type (BusMatchRule *rule,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue