Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/build-helper/meson.sh: Fix deprecation warn #50229

Merged
merged 1 commit into from
May 7, 2024

Conversation

meator
Copy link
Contributor

@meator meator commented May 7, 2024

When you try to build anything using the meson build style, this will appear as the first line of output in the do_configure step:

DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by "pkg-config"

This PR follows the warning's advice and replaces pkgconfig with pkg-config. I have tested building a meson package using both meson-1.3.2_1 and using meson-1.4.0_1 from #49288

Testing the changes

  • I tested the changes in this PR: briefly

This commit removes the following deprecation notice:
DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by
"pkg-config"
@classabbyamp classabbyamp added the xbps-src xbps-src related label May 7, 2024
@ahesford ahesford merged commit c63355e into void-linux:master May 7, 2024
@meator meator deleted the fix-meson-warning branch May 7, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
xbps-src xbps-src related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants