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

Removes a depreciation warning
This commit is contained in:
Agriya Khetarpal 2024-02-23 17:03:08 +05:30 committed by GitHub
parent 03496d8d82
commit dc4cb1b78f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# compiler paths are omitted intentionally so we can override the compiler using environment variables
[binaries]
exe_wrapper = 'node'
pkgconfig = 'pkg-config'
pkg-config = 'pkg-config'
[properties]
needs_exe_wrapper = true