Created
December 30, 2023 00:07
-
-
Save joshkunz/e2c065d33f585892c50851e625dd25a4 to your computer and use it in GitHub Desktop.
Test patch for improving build on OpenBSD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/meson.build b/meson.build | |
index 26513a8..c4864d8 100644 | |
--- a/meson.build | |
+++ b/meson.build | |
@@ -172,7 +172,7 @@ libashuffle = static_library( | |
'ashuffle', | |
sources, | |
include_directories: src_inc, | |
- dependencies: absl_deps + [yaml_cpp], | |
+ dependencies: absl_deps + [yaml_cpp, libmpdclient], | |
) | |
ashuffle = executable( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment