]> git.mdlowis.com Git - proto/labwc.git/commit
test: fix build error in t/xml.c
authortokyo4j <hrak1529@gmail.com>
Mon, 29 Sep 2025 07:03:36 +0000 (16:03 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 29 Sep 2025 18:41:32 +0000 (19:41 +0100)
commit1043a9becc9858c229cce6130bee29942d8202ac
treee21e15dbb88c2a3c3fcd8f53e1dd86f8af37828b
parent94c980c6be2195281e7bde30f58e0be40cfd2fe5
test: fix build error in t/xml.c

38a1a9b broke `t/xml.c` due to `macros.h` requiring `wlr/version.h`.
This commit fixes it by adding `wlroots` as a direct dependency of the
test executables.
t/meson.build