From 4061c21e55f6f91eb763e1e8eaa283eb8c7f07b2 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Fri, 21 Apr 2023 23:20:06 +0300 Subject: [PATCH] fix some dependency --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 9157828..e94e89e 100644 --- a/meson.build +++ b/meson.build @@ -47,9 +47,6 @@ deps = [ subproject('glm').get_variable('glm_dep'), subproject('nlohmann_json').get_variable('nlohmann_json_dep'), subproject('taglib').get_variable('taglib_dep'), - dependency('openal'), - dependency('libmpg123'), - dependency('sndfile'), ] inc = []