Skip to content

Commit

Permalink
Merge pull request #170 from OpenBrickProtocolFoundation/small-pkg-co…
Browse files Browse the repository at this point in the history
…nfig-fix

build system:  pkg-config generation
  • Loading branch information
Totto16 authored Jun 28, 2024
2 parents b1e8a65 + fe279e7 commit 583a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/recordings/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ foreach value : recordings_lib.get('compile_args')
endif
endforeach


liboopetris_recordings_dep = declare_dependency(
link_with: liboopetris_recordings,
include_directories: recordings_lib.get('inc_dirs'),
Expand All @@ -59,6 +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'],
)

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

0 comments on commit 583a98c

Please sign in to comment.