meson: add dep_vulkan to mangoapp and test_amdgpu

pull/1233/head
PedroHLC ☭ 4 months ago
parent e64e4788ef
commit a81e41579a
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

@ -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