diff options
author | Timm Bäder <mail@baedert.org> | 2020-03-06 18:19:24 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-03-06 18:22:01 +0100 |
commit | e759358402035a955c41bb5e5fca7289f383fefc (patch) | |
tree | 6c8a7da217c31720f4809321d764d394b2531cae /testsuite | |
parent | 01bd7910ce1e2500324b3453cf6b3f103ecc1815 (diff) | |
download | gtk+-e759358402035a955c41bb5e5fca7289f383fefc.tar.gz |
testsuite/a11y: Add common_cflags to build
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/a11y/accessibility-dump.c | 2 | ||||
-rw-r--r-- | testsuite/a11y/meson.build | 1 |
2 files changed, 1 insertions, 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, |