Skip to content

Instantly share code, notes, and snippets.

@joshkunz
Created December 30, 2023 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshkunz/e2c065d33f585892c50851e625dd25a4 to your computer and use it in GitHub Desktop.
Save joshkunz/e2c065d33f585892c50851e625dd25a4 to your computer and use it in GitHub Desktop.
Test patch for improving build on OpenBSD
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