1
0
Fork 0

Adding upstream version 1.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:14:11 +01:00
parent e82bec3657
commit 86acbfc29e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
878 changed files with 2965 additions and 1746 deletions

View file

@ -20,9 +20,11 @@ config_dep = declare_dependency(
include_directories : internal_incdir,
sources: config_h)
config_h_path = meson.current_build_dir() / 'config.h'
add_project_arguments(
[
'-include', '@0@'.format(config_h),
'-include', config_h_path,
],
language : 'c',
)