From: Timm Bäder Date: Mon, 18 May 2020 11:41:04 +0000 (+0200) Subject: build: Pass common_cflags to focus-chain test X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~16^2~144^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a768a25814bc7e521a16f81c6442f33562673c7;p=gtk4.git build: Pass common_cflags to focus-chain test --- diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index faf853a380..dbdf2fc483 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -174,6 +174,7 @@ focus_chain = executable( 'test-focus-chain', ['test-focus-chain.c'], dependencies: libgtk_dep, + c_args: common_cflags, install: get_option('install-tests'), install_dir: testexecdir )