We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023a34b commit b9ca10dCopy full SHA for b9ca10d
src/libs/recordings/meson.build
@@ -58,7 +58,7 @@ pkg.generate(
58
subdirs: 'oopetris',
59
extra_cflags: recordings_dep_compile_args,
60
variables: ['compiler=' + pkg_cpp_compiler, 'cpp_stdlib=' + pkg_cpp_stdlib],
61
- requires: ['oopetris-core'],
+ requires: ['oopetris-core', 'fmt'],
62
)
63
64
# setting this to strings, so += {...} gets detected as an error, if it is done after that
tools/dependencies/meson.build
@@ -39,8 +39,6 @@ if (
39
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
40
41
fmt_use_header_only = true
42
-elif not build_application
43
- fmt_use_header_only = true
44
endif
45
46
if fmt_use_header_only
0 commit comments