Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -17,7 +17,7 @@ add_global_arguments('-DVKMARK_VERSION_STR="@0@"'.form
 cpp = meson.get_compiler('cpp')
 
 vulkan_dep = dependency('vulkan')
-dl_dep = cpp.find_library('dl')
+#dl_dep = cpp.find_library('dl')
 glm_dep = dependency('glm', required: false)
 if not glm_dep.found() and not cpp.has_header('glm/glm.hpp')
     error('Failed to find glm')
