Skip to content

Commit

Permalink
🐛 set variable install_dependencies in meson
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 28, 2024
1 parent 503364e commit f6faa33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ option(
value: [
'python',
'plugin-only',
'install_dependencies',
'no-version',
'module-only',
'source-to-build',
Expand Down
1 change: 1 addition & 0 deletions ozi/scripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config_files = [
'scm_version_snip.py',
'meson_setuptools_scm.py',
'meson_dist_setuptools_scm.py',
'meson_postconf_install_dependencies.py',
'version_metadata_template.py',
'replace_ruff_target_version.py',
'to_distribution_template.py',
Expand Down

0 comments on commit f6faa33

Please sign in to comment.