diff options
author | Max Kellermann <max@musicpd.org> | 2021-06-23 21:55:08 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-06-24 21:14:42 +0200 |
commit | 0185d58a2bd0d9ad3081725abc87be2b3d45b0ef (patch) | |
tree | 71178921bf3ae09a5be18be2848bc8955cd2bca9 /src/storage | |
parent | d7df5e1c903c1db4cf4abbc065a5b6e82ffd1203 (diff) |
Log: add libfmt support
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/meson.build b/src/storage/meson.build index 6f5095c76..5aa214f01 100644 --- a/src/storage/meson.build +++ b/src/storage/meson.build @@ -20,6 +20,7 @@ storage_glue = static_library( include_directories: inc, dependencies: [ boost_dep, + log_dep, ], ) |