diff options
-rw-r--r-- | testsuite/css/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/css/meson.build b/testsuite/css/meson.build index 82b8984276..f8d13fe548 100644 --- a/testsuite/css/meson.build +++ b/testsuite/css/meson.build @@ -29,10 +29,10 @@ test('api', test_api, suite: 'css', ) -test_data = executable('data', ['data.c', '../../gtk/css/gtkcssdataurl.c'], +test_data = executable('data', 'data.c', c_args: common_cflags, include_directories: [confinc, ], - dependencies: gtk_deps, + dependencies: libgtk_static_dep, install: get_option('install-tests'), install_dir: testexecdir, ) |