mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
build-system: meson: Change pkgconfig to pkg-config.
Meson is warning that the pkgconfig entry is deprecated. DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by "pkg-config". * guix/build-system/meson.scm (make-binaries-alist): Replace deprecated 'pkgconfig with 'pkg-config. Change-Id: Ic7f2ce5503661ad163c4cfe9cd307ff6175134ff Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
d4666145b4
commit
f26735148a
@@ -99,7 +99,7 @@ the ‘binaries’ section of the cross file when cross-compiling for
|
||||
TRIPLET."
|
||||
`((c . ,(cc-for-target triplet))
|
||||
(cpp . ,(cxx-for-target triplet))
|
||||
(pkgconfig . ,(pkg-config-for-target triplet))
|
||||
(pkg-config . ,(pkg-config-for-target triplet))
|
||||
(objcopy . ,(string-append triplet "-objcopy"))
|
||||
(ar . ,(string-append triplet "-ar"))
|
||||
(ld . ,(string-append triplet "-ld"))
|
||||
|
||||
Reference in New Issue
Block a user