Skip to content

Commit b9ca10d

Browse files
committed
pkg-config: re-enable libfmt.so, add it to the public dependencies
1 parent 023a34b commit b9ca10d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/libs/recordings/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pkg.generate(
5858
subdirs: 'oopetris',
5959
extra_cflags: recordings_dep_compile_args,
6060
variables: ['compiler=' + pkg_cpp_compiler, 'cpp_stdlib=' + pkg_cpp_stdlib],
61-
requires: ['oopetris-core'],
61+
requires: ['oopetris-core', 'fmt'],
6262
)
6363

6464
# setting this to strings, so += {...} gets detected as an error, if it is done after that

tools/dependencies/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ if (
3939
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
4040
)
4141
fmt_use_header_only = true
42-
elif not build_application
43-
fmt_use_header_only = true
4442
endif
4543

4644
if fmt_use_header_only

0 commit comments

Comments
 (0)