Skip to content
Snippets Groups Projects
Commit a261c2b0 authored by Simon McVittie's avatar Simon McVittie
Browse files

meson: Add pkg-config field next to deprecated pkgconfig


Meson 1.3.0 deprecates pkgconfig, but does not issue a warning if both
fields are set to the same value, allowing compatibility with both older
and newer Meson.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8c49613f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ cpp = 'g++'
ar = 'ar'
strip = 'strip'
pkgconfig = 'i686-linux-gnu-pkg-config'
pkg-config = 'i686-linux-gnu-pkg-config'
exe_wrapper = 'env'
[built-in options]
......
......@@ -6,6 +6,7 @@ cpp = '/usr/bin/g++-4.8'
ar = '/usr/bin/ar'
strip = '/usr/bin/strip'
pkgconfig = '/usr/bin/i686-linux-gnu-pkg-config'
pkg-config = '/usr/bin/i686-linux-gnu-pkg-config'
exe_wrapper = '/usr/bin/env'
[built-in options]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment