diff options
author | Thierry LARONDE <tlaronde@kergis.com> | 2024-02-01 20:43:38 +0100 |
---|---|---|
committer | Thierry LARONDE <tlaronde@kergis.com> | 2024-02-01 20:43:38 +0100 |
commit | c7b0ac2c894bbeebc337867388a8b338692550b8 (patch) | |
tree | 4ae48ab3ef159ca30f589caabff626d3f7babda1 | |
parent | a5d1f88c3a74a099030ffbbb30ad3fd361fdd1af (diff) |
Autest.c includes Xauth.h that depends on other headers.
Xauth.h includes headers provided by xproto. So add for test
also the dependency.
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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, ) ) |