From e759358402035a955c41bb5e5fca7289f383fefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 6 Mar 2020 18:19:24 +0100 Subject: [PATCH] testsuite/a11y: Add common_cflags to build --- testsuite/a11y/accessibility-dump.c | 2 -- testsuite/a11y/meson.build | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/testsuite/a11y/accessibility-dump.c b/testsuite/a11y/accessibility-dump.c index ff2afff5c5..422d150414 100644 --- a/testsuite/a11y/accessibility-dump.c +++ b/testsuite/a11y/accessibility-dump.c @@ -301,8 +301,6 @@ dump_text_attributes (GString *string, atk_attribute_set_free (attributes); } -extern GType atk_layer_get_type (void); - static const gchar * layer_name (AtkLayer layer) { diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index 94c48c9cf3..cfb45562cf 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -41,6 +41,7 @@ a11y_state_tests = [ a11y_dump_bin = executable('accessibility-dump', 'accessibility-dump.c', + c_args: common_cflags, dependencies: libgtk_dep, install: get_option('install-tests'), install_dir: testexecdir,