diff --git a/meson.build b/meson.build index 3bf39180..b80e6619 100644 --- a/meson.build +++ b/meson.build @@ -273,6 +273,7 @@ if get_option('tests').enabled() ), cpp_args: ['-DTEST_ONLY'], dependencies: [ + dep_vulkan, cmocka_dep, spdlog_dep, dearimgui_dep diff --git a/src/meson.build b/src/meson.build index 39396d1b..c776ca3f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -286,6 +286,7 @@ if get_option('mangoapp') dependencies : [ dearimgui_dep, dep_dl, + dep_vulkan, spdlog_dep, dbus_dep, dep_x11,