testsuite/a11y: Add common_cflags to build

This commit is contained in:
Timm Bäder 2020-03-06 18:19:24 +01:00
parent 01bd7910ce
commit e759358402
2 changed files with 1 additions and 2 deletions

View File

@ -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)
{

View File

@ -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,