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.
2 parents b1e8a65 + fe279e7 commit 583a98cCopy full SHA for 583a98c
src/libs/recordings/meson.build
@@ -33,7 +33,6 @@ foreach value : recordings_lib.get('compile_args')
33
endif
34
endforeach
35
36
-
37
liboopetris_recordings_dep = declare_dependency(
38
link_with: liboopetris_recordings,
39
include_directories: recordings_lib.get('inc_dirs'),
@@ -59,6 +58,7 @@ pkg.generate(
59
58
subdirs: 'oopetris',
60
extra_cflags: recordings_dep_compile_args,
61
variables: ['compiler=' + pkg_cpp_compiler, 'cpp_stdlib=' + pkg_cpp_stdlib],
+ requires: ['oopetris-core'],
62
)
63
64
# setting this to strings, so += {...} gets detected as an error, if it is done after that
0 commit comments