[gtk/wip/baedert/test-cflags: 6/6] testsuite/a11y: Add common_cflags to build
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/test-cflags: 6/6] testsuite/a11y: Add common_cflags to build
- Date: Fri, 6 Mar 2020 17:23:39 +0000 (UTC)
commit e759358402035a955c41bb5e5fca7289f383fefc
Author: Timm Bäder <mail baedert org>
Date: Fri Mar 6 18:19:24 2020 +0100
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]