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',