Skip to content

Commit

Permalink
Meson: p11_system_config_modules instead of p11_package_config_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
concatime authored and ueno committed Jun 17, 2021
1 parent a36228a commit 576bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p11-kit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ p11_kit_pc_variables = [
'p11_module_configs=@0@'.format(prefix / p11_package_config_modules),
'p11_module_path=@0@'.format(prefix / p11_module_path),
'proxy_module=@0@/p11-kit-proxy.so'.format(prefix / libdir),
'p11_system_config_modules=@0@'.format(prefix / p11_package_config_modules)
'p11_system_config_modules=@0@'.format(prefix / p11_system_config_modules)
]

if trust_paths != ''
Expand Down

0 comments on commit 576bba3

Please sign in to comment.