From 914e2b84dfd75aac09e58cd0710a0cd727440ba0 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis <george.kiagiadakis@collabora.com> Date: Wed, 15 Apr 2020 18:35:44 +0300 Subject: [PATCH] tests: remove the global G_LOG_DOMAIN to avoid issues with including code from elsewhere including wp/spa-props.c currently re-defines G_LOG_DOMAIN in the spa-props.c unit test --- tests/wp/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/wp/meson.build b/tests/wp/meson.build index 0b28bdfd..2dff1c91 100644 --- a/tests/wp/meson.build +++ b/tests/wp/meson.build @@ -5,7 +5,6 @@ common_env = [ ] common_args = [ '-DG_LOG_USE_STRUCTURED', - '-DG_LOG_DOMAIN="test"', ] test( -- GitLab