meson: add dep_vulkan to mangoapp and test_amdgpu

pull/1235/head
PedroHLC ☭ 3 months ago committed by flightlessmango
parent e64e4788ef
commit cba217ffaf

@ -273,6 +273,7 @@ if get_option('tests').enabled()
),
cpp_args: ['-DTEST_ONLY'],
dependencies: [
dep_vulkan,
cmocka_dep,
spdlog_dep,
dearimgui_dep

@ -286,6 +286,7 @@ if get_option('mangoapp')
dependencies : [
dearimgui_dep,
dep_dl,
dep_vulkan,
spdlog_dep,
dbus_dep,
dep_x11,

Loading…
Cancel
Save