Skip to content

Commit fe279e7

Browse files
committed
build system: pkg-config genration, make "oopetris-core" a public requirement for "oopetris-recordings"
1 parent b1e8a65 commit fe279e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/recordings/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ foreach value : recordings_lib.get('compile_args')
3333
endif
3434
endforeach
3535

36-
3736
liboopetris_recordings_dep = declare_dependency(
3837
link_with: liboopetris_recordings,
3938
include_directories: recordings_lib.get('inc_dirs'),
@@ -59,6 +58,7 @@ pkg.generate(
5958
subdirs: 'oopetris',
6059
extra_cflags: recordings_dep_compile_args,
6160
variables: ['compiler=' + pkg_cpp_compiler, 'cpp_stdlib=' + pkg_cpp_stdlib],
61+
requires: ['oopetris-core'],
6262
)
6363

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

0 commit comments

Comments
 (0)