From bedaf7d16c3537319bc1415a6c5977bd1fe079dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 May 2023 11:48:53 -0400 Subject: Use consistent names for internal meson dependencies --- examples/pugl_vulkan_demo.app/MacOS/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_vulkan_demo.app/MacOS/meson.build') diff --git a/examples/pugl_vulkan_demo.app/MacOS/meson.build b/examples/pugl_vulkan_demo.app/MacOS/meson.build index fb7273f..0d07171 100644 --- a/examples/pugl_vulkan_demo.app/MacOS/meson.build +++ b/examples/pugl_vulkan_demo.app/MacOS/meson.build @@ -8,6 +8,6 @@ executable( '../../file_utils.c', ], c_args: example_defines + example_c_args, - dependencies: [pugl_dep, vulkan_backend_dep], + dependencies: [pugl_dep, pugl_vulkan_dep], include_directories: include_directories('../../..'), ) -- cgit v1.2.1