From d4ac525b5d454e4d48e7c487f678b2af1533ae9d Mon Sep 17 00:00:00 2001 From: Joakim Hunskaar Date: Sat, 10 Jan 2026 15:30:23 +0100 Subject: [PATCH] added missing animationwindow dep in gui --- configuration/gui/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/gui/meson.build b/configuration/gui/meson.build index 12e77c5..61113f7 100644 --- a/configuration/gui/meson.build +++ b/configuration/gui/meson.build @@ -18,4 +18,4 @@ else ld_flags = [] endif -exe = executable('program', src, dependencies : [std_lib_facilities_dep], cpp_args : compiler_flags, link_args: ld_flags) \ No newline at end of file +exe = executable('program', src, dependencies : [std_lib_facilities_dep, animationwindow_dep], cpp_args : compiler_flags, link_args: ld_flags) \ No newline at end of file