Skip to content

Replace pkgconfig with pkg-config for Meson configuration file#4550

Merged
hoodmane merged 1 commit intopyodide:mainfrom
agriyakhetarpal:silence-meson-deprecation-warning
Feb 23, 2024
Merged

Replace pkgconfig with pkg-config for Meson configuration file#4550
hoodmane merged 1 commit intopyodide:mainfrom
agriyakhetarpal:silence-meson-deprecation-warning

Conversation

@agriyakhetarpal
Copy link
Copy Markdown
Member

@agriyakhetarpal agriyakhetarpal commented Feb 23, 2024

Description

This PR is a small fix to silence a Meson deprecation warning, where the pkgconfig entry in the Meson cross-configuration file has to be replaced by the term pkg-config. This is referenced in the following lines:

https://github.com/mesonbuild/meson/blob/39e1bf19fb653ac4f040e48b9a33aaa59dea1196/mesonbuild/envconfig.py#L399-L404

Closes #4540

Checklists

  • Add a CHANGELOG entry
  • Add / update tests
  • Add new / update outdated documentation

@agriyakhetarpal
Copy link
Copy Markdown
Member Author

Hi @hoodmane, I think this should work – please let me know if this requires a CHANGELOG entry or if this is too minor for doing so. I don't see anything about this in the documentation either, but it is possible I may have missed something.

Copy link
Copy Markdown
Member

@hoodmane hoodmane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect thanks!

@hoodmane hoodmane merged commit dc4cb1b into pyodide:main Feb 23, 2024
@agriyakhetarpal agriyakhetarpal deleted the silence-meson-deprecation-warning branch February 23, 2024 11:56
ryanking13 pushed a commit to ryanking13/pyodide that referenced this pull request Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Meson deprecation warning in pyodide-build: pkgconfig entry is deprecated and should be replaced by pkg-config

2 participants