Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/recordings/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pkg.generate(
subdirs: 'oopetris',
extra_cflags: recordings_dep_compile_args,
variables: ['compiler=' + pkg_cpp_compiler, 'cpp_stdlib=' + pkg_cpp_stdlib],
requires: ['oopetris-core'],
requires: ['oopetris-core', 'fmt'],
)

# setting this to strings, so += {...} gets detected as an error, if it is done after that
Expand Down
2 changes: 0 additions & 2 deletions tools/dependencies/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ if (
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
)
fmt_use_header_only = true
elif not build_application
fmt_use_header_only = true
endif

if fmt_use_header_only
Expand Down