mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
meson: use pkg-config not pkgconfig
reference: - https://mesonbuild.com/Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig
This commit is contained in:
parent
cc2e018de6
commit
7d3a3c055b
@ -580,7 +580,7 @@ c = '$CC'
|
|||||||
cpp = '$CXX'
|
cpp = '$CXX'
|
||||||
ar = '$AR'
|
ar = '$AR'
|
||||||
strip = '$STRIP'
|
strip = '$STRIP'
|
||||||
pkgconfig = '$PKG_CONFIG'
|
pkg-config = '$PKG_CONFIG'
|
||||||
llvm-config = '$TOOLCHAIN/bin/llvm-config'
|
llvm-config = '$TOOLCHAIN/bin/llvm-config'
|
||||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||||
|
|
||||||
@ -618,7 +618,7 @@ c = '$TARGET_CC'
|
|||||||
cpp = '$TARGET_CXX'
|
cpp = '$TARGET_CXX'
|
||||||
ar = '$TARGET_AR'
|
ar = '$TARGET_AR'
|
||||||
strip = '$TARGET_STRIP'
|
strip = '$TARGET_STRIP'
|
||||||
pkgconfig = '$PKG_CONFIG'
|
pkg-config = '$PKG_CONFIG'
|
||||||
llvm-config = '$SYSROOT_PREFIX/usr/bin/llvm-config'
|
llvm-config = '$SYSROOT_PREFIX/usr/bin/llvm-config'
|
||||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user