From f73d3fbfd8563c021f2470d94913632d56f992f2 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 23 Aug 2024 14:11:31 -0400 Subject: [PATCH] Added in an openal dependency for today's stream. --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c184eeb..3c6a8ad 100644 --- a/meson.build +++ b/meson.build @@ -21,10 +21,12 @@ ftxui_screen = dependency('ftxui-screen') ftxui_dom = dependency('ftxui-dom') ftxui_component = dependency('ftxui-component') catch2 = dependency('catch2-with-main') +openal = dependency('openal') dependencies = [ fmt, libgit2package_dep, efsw_dep, - ftxui_screen, ftxui_dom, ftxui_component + ftxui_screen, ftxui_dom, ftxui_component, + openal ] executable('escape_turings_tarpit',