From c7b0ac2c894bbeebc337867388a8b338692550b8 Mon Sep 17 00:00:00 2001 From: Thierry LARONDE Date: Thu, 1 Feb 2024 20:43:38 +0100 Subject: Autest.c includes Xauth.h that depends on other headers. Xauth.h includes headers provided by xproto. So add for test also the dependency. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index a3dec49..22dd88c 100644 --- a/meson.build +++ b/meson.build @@ -70,6 +70,7 @@ test( 'Autest.c', link_with : lib, include_directories : 'include', + dependencies : dep_xproto, ) ) -- cgit v1.2.3